Click or drag to resize
DiscoveryClientGetAsync Method (String)
GetAsync call for Discovery Url

Namespace:  Intuit.Ipp.OAuth2PlatformClient
Assembly:  Intuit.Ipp.OAuth2PlatformClient (in Intuit.Ipp.OAuth2PlatformClient.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public static Task<DiscoveryResponse> GetAsync(
	string authority
)

Parameters

authority
Type: SystemString
authority

Return Value

Type: TaskDiscoveryResponse

[Missing <returns> documentation for "M:Intuit.Ipp.OAuth2PlatformClient.DiscoveryClient.GetAsync(System.String)"]

See Also