google-genai
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
google-genai
google-genai
/
com.google.genai.types
/
AuthType
Auth
Type
public
class
AuthType
Type of auth scheme. This enum is not supported in Gemini API.
Members
Constructors
Auth
Type
Link copied to clipboard
public
void
AuthType
(
String
value
)
public
void
AuthType
(
AuthType.Known
knownValue
)
Types
Known
Link copied to clipboard
public
enum
Known
Enum representing the known values for AuthType.
Functions
equals
Link copied to clipboard
public
boolean
equals
(
Object
o
)
hash
Code
Link copied to clipboard
public
int
hashCode
(
)
known
Enum
Link copied to clipboard
public
AuthType.Known
knownEnum
(
)
to
String
Link copied to clipboard
public
String
toString
(
)