Class Security.Builder
java.lang.Object
com.google.genai.gaos.models.shared.Security.Builder
- Enclosing class:
- Security
-
Method Summary
Modifier and TypeMethodDescriptionaccessToken(String accessToken) OAuth access token sent as a bearer Authorization header.Gemini API key sent as x-goog-api-key.build()defaultHeaders(Map<String, String> defaultHeaders) Additional default headers to apply before request-specific headers and auth.
-
Method Details
-
accessToken
OAuth access token sent as a bearer Authorization header. -
apiKey
Gemini API key sent as x-goog-api-key. -
defaultHeaders
Additional default headers to apply before request-specific headers and auth. -
build
-