Click or drag to resize
UserInfoClientGetAsync Method
GetAsync

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<UserInfoResponse> GetAsync(
	string token,
	CancellationToken cancellationToken = null
)

Parameters

token
Type: SystemString
token
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
cancellationToken

Return Value

Type: TaskUserInfoResponse
Task of UserInfoResponse
See Also