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

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 Task<DiscoveryResponse> GetAsync(
	CancellationToken cancellationToken = null
)

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken
cancellationToken

Return Value

Type: TaskDiscoveryResponse
Task for Discoverresponse
See Also