Class AwsExternalAccountCredential (1.68.0)

public sealed class AwsExternalAccountCredential : ExternalAccountCredential, IHttpUnsuccessfulResponseHandler, ICredential, IConfigurableHttpClientInitializer, ITokenAccessWithHeaders, ITokenAccess, IHttpExecuteInterceptor

Inheritance

object > ServiceCredential > ExternalAccountCredential > AwsExternalAccountCredential

Namespace

Google.Apis.Auth.OAuth2

Assembly

Google.Apis.Auth.dll

Methods

GetSubjectTokenAsyncImpl(CancellationToken)

protected override Task<string> GetSubjectTokenAsyncImpl(CancellationToken taskCancellationToken)

Gets the subject token to be exchanged for the access token.

Parameter
Name Description
taskCancellationToken CancellationToken
Returns
Type Description
Taskstring
Overrides

Extension Method