Class HttpBearerConfig.Builder
java.lang.Object
com.google.genai.gaos.models.credentials.HttpBearerConfig.Builder
- Enclosing class:
- HttpBearerConfig
-
Method Summary
Modifier and TypeMethodDescriptionbuild()headerName(String headerName) Optional.Optional.Required.
-
Method Details
-
headerName
Optional. Header name to inject the token into. Defaults to 'Authorization'. -
id
-
prefix
Optional. Prefix to prepend to the token. Defaults to 'Bearer'.Set to '' for no prefix.
-
token
Required. Input only. The static bearer token.Write-only; never returned in responses.
-
build
-