IGoogleAuthenticatorValidateAccessTokenAsync Method

[Missing <summary> documentation for "M:GenerativeAI.Core.IGoogleAuthenticator.ValidateAccessTokenAsync(System.String,System.Boolean,System.Threading.CancellationToken)"]

Definition

Namespace: GenerativeAI.Core
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
Task<AuthTokens?> ValidateAccessTokenAsync(
	string accessToken,
	bool throwError = true,
	CancellationToken cancellationToken = default
)

Parameters

accessToken  String

[Missing <param name="accessToken"/> documentation for "M:GenerativeAI.Core.IGoogleAuthenticator.ValidateAccessTokenAsync(System.String,System.Boolean,System.Threading.CancellationToken)"]

throwError  Boolean  (Optional)

[Missing <param name="throwError"/> documentation for "M:GenerativeAI.Core.IGoogleAuthenticator.ValidateAccessTokenAsync(System.String,System.Boolean,System.Threading.CancellationToken)"]

cancellationToken  CancellationToken  (Optional)

[Missing <param name="cancellationToken"/> documentation for "M:GenerativeAI.Core.IGoogleAuthenticator.ValidateAccessTokenAsync(System.String,System.Boolean,System.Threading.CancellationToken)"]

Return Value

TaskAuthTokens

[Missing <returns> documentation for "M:GenerativeAI.Core.IGoogleAuthenticator.ValidateAccessTokenAsync(System.String,System.Boolean,System.Threading.CancellationToken)"]

See Also