Package | Description |
---|---|
com.google.api.client.googleapis.auth.oauth2 |
Google's additions to OAuth 2.0 authorization as specified in Using OAuth 2.0 to Access Google
APIs.
|
Modifier and Type | Method and Description |
---|---|
GoogleClientSecrets.Details |
GoogleClientSecrets.Details.clone() |
GoogleClientSecrets.Details |
GoogleClientSecrets.getDetails()
Returns the details for either installed or web applications.
|
GoogleClientSecrets.Details |
GoogleClientSecrets.getInstalled()
Returns the details for installed applications.
|
GoogleClientSecrets.Details |
GoogleClientSecrets.getWeb()
Returns the details for web applications.
|
GoogleClientSecrets.Details |
GoogleClientSecrets.Details.set(String fieldName,
Object value) |
GoogleClientSecrets.Details |
GoogleClientSecrets.Details.setAuthUri(String authUri)
Sets the authorization server URI.
|
GoogleClientSecrets.Details |
GoogleClientSecrets.Details.setClientId(String clientId)
Sets the client ID.
|
GoogleClientSecrets.Details |
GoogleClientSecrets.Details.setClientSecret(String clientSecret)
Sets the client secret.
|
GoogleClientSecrets.Details |
GoogleClientSecrets.Details.setRedirectUris(List<String> redirectUris)
Sets the redirect URIs.
|
GoogleClientSecrets.Details |
GoogleClientSecrets.Details.setTokenUri(String tokenUri)
Sets the token server URI.
|
Modifier and Type | Method and Description |
---|---|
GoogleClientSecrets |
GoogleClientSecrets.setInstalled(GoogleClientSecrets.Details installed)
Sets the details for installed applications.
|
GoogleClientSecrets |
GoogleClientSecrets.setWeb(GoogleClientSecrets.Details web)
Sets the details for web applications.
|
Copyright © 2010–2022 Google. All rights reserved.