GoogleServiceAccountAuthenticatorGetAccessTokenAsync Method

[Missing <summary> documentation for "M:GenerativeAI.Authenticators.GoogleServiceAccountAuthenticator.GetAccessTokenAsync(System.Threading.CancellationToken)"]

Definition

Namespace: GenerativeAI.Authenticators
Assembly: GenerativeAI.Authenticators (in GenerativeAI.Authenticators.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public override Task<AuthTokens> GetAccessTokenAsync(
	CancellationToken cancellationToken = default
)

Parameters

cancellationToken  CancellationToken  (Optional)

[Missing <param name="cancellationToken"/> documentation for "M:GenerativeAI.Authenticators.GoogleServiceAccountAuthenticator.GetAccessTokenAsync(System.Threading.CancellationToken)"]

Return Value

TaskAuthTokens

[Missing <returns> documentation for "M:GenerativeAI.Authenticators.GoogleServiceAccountAuthenticator.GetAccessTokenAsync(System.Threading.CancellationToken)"]

Implements

IGoogleAuthenticatorGetAccessTokenAsync(CancellationToken)

See Also