Click or drag to resize

AuthorizationFlowTokenProviderGetAccessTokenAsync Method

Get access token.

Namespace:  Aras.IOM.OAuth
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public Task<string> GetAccessTokenAsync(
	CancellationToken cancellationToken = null
)

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskString
The access token.

Implements

ITokenProviderGetAccessTokenAsync(CancellationToken)
See Also