Class AwsExternalAccountCredential (1.60.0)

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

Inheritance

object > ServiceCredential > ExternalAccountCredential > AwsExternalAccountCredential

Namespace

GoogleApisAuthOAuth2

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
NameDescription
taskCancellationTokenCancellationToken
Returns
TypeDescription
Taskstring
Overrides

Extension Method