BaseAuthenticatorGetTokenInfo Method

[Missing <summary> documentation for "M:GenerativeAI.Authenticators.BaseAuthenticator.GetTokenInfo(System.String)"]

Definition

Namespace: GenerativeAI.Authenticators
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
protected Task<AuthTokens?> GetTokenInfo(
	string token
)

Parameters

token  String

[Missing <param name="token"/> documentation for "M:GenerativeAI.Authenticators.BaseAuthenticator.GetTokenInfo(System.String)"]

Return Value

TaskAuthTokens

[Missing <returns> documentation for "M:GenerativeAI.Authenticators.BaseAuthenticator.GetTokenInfo(System.String)"]

See Also