Share via


ISupportsProofOfPossession.GetTokenAsync Method

Definition

Gets an AccessToken for the specified set of scopes.

public System.Threading.Tasks.ValueTask<Azure.Core.AccessToken> GetTokenAsync (Azure.Core.PopTokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken);
abstract member GetTokenAsync : Azure.Core.PopTokenRequestContext * System.Threading.CancellationToken -> System.Threading.Tasks.ValueTask<Azure.Core.AccessToken>
Public Function GetTokenAsync (requestContext As PopTokenRequestContext, cancellationToken As CancellationToken) As ValueTask(Of AccessToken)

Parameters

requestContext
PopTokenRequestContext

The PopTokenRequestContext with authentication information.

cancellationToken
CancellationToken

The CancellationToken to use.

Returns

A valid AccessToken.

Remarks

Caching and management of the lifespan for the AccessToken is considered the responsibility of the caller. Each call should request a fresh token.

Applies to