Class OidcToken
Represents an OIDC Token.
Inherited Members
Namespace: Google.Apis.Auth.OAuth2
Assembly: Google.Apis.Auth.dll
Syntax
public sealed class OidcToken
Methods
GetAccessTokenAsync(CancellationToken)
Gets the access token that should be included in headers when performing
requests with this Oidc
Declaration
public Task<string> GetAccessTokenAsync(CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
Cancellation |
cancellationToken | The cancellation token to use for cancelling the operation. |