Click or drag to resize
TokenRevocationClientRevokeAsync Method
RevokeAsync

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<TokenRevocationResponse> RevokeAsync(
	TokenRevocationRequest request,
	CancellationToken cancellationToken = null
)

Parameters

request
Type: Intuit.Ipp.OAuth2PlatformClientTokenRevocationRequest
request
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
cancellationToken

Return Value

Type: TaskTokenRevocationResponse
Task of TokenRevocationResponse
See Also