Click or drag to resize
TokenClientRequestAsync Method
RequestAsync call

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 virtual Task<TokenResponse> RequestAsync(
	IDictionary<string, string> form,
	CancellationToken cancellationToken = null
)

Parameters

form
Type: System.Collections.GenericIDictionaryString, String
form
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
cancellationToken

Return Value

Type: TaskTokenResponse
task of TokenResponse
See Also