Class OAuth2UpdateConfig.Builder
java.lang.Object
com.google.genai.gaos.models.credentials.OAuth2UpdateConfig.Builder
- Enclosing class:
- OAuth2UpdateConfig
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Optional.clientSecret(String clientSecret) Optional.refreshToken(String refreshToken) Optional.Optional.Optional.
-
Method Details
-
clientId
Optional. OAuth2 client ID. -
clientSecret
Optional. Input only. OAuth2 client secret.Write-only; never returned in responses.
-
refreshToken
Optional. Input only. OAuth2 refresh token.Write-only; never returned in responses.
-
scopes
Optional. List of OAuth2 scopes. -
tokenUrl
Optional. OAuth2 token endpoint URL for refreshing access tokens. -
build
-