Enum GeminiAuthMethod
The preferred authentication method to use with the Gemini API.
public enum GeminiAuthMethod
- Extension Methods
Fields
APIKey = 0
Use the provided API key.
OAuthAccessToken = 1
Use an OAuth access token.
The preferred authentication method to use with the Gemini API.
public enum GeminiAuthMethod
APIKey = 0
Use the provided API key.
OAuthAccessToken = 1
Use an OAuth access token.