| 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(java.lang.String fieldName,
java.lang.Object value) |
GoogleClientSecrets.Details |
GoogleClientSecrets.Details.setAuthUri(java.lang.String authUri)
Sets the authorization server URI.
|
GoogleClientSecrets.Details |
GoogleClientSecrets.Details.setClientId(java.lang.String clientId)
Sets the client ID.
|
GoogleClientSecrets.Details |
GoogleClientSecrets.Details.setClientSecret(java.lang.String clientSecret)
Sets the client secret.
|
GoogleClientSecrets.Details |
GoogleClientSecrets.Details.setRedirectUris(java.util.List<java.lang.String> redirectUris)
Sets the redirect URIs.
|
GoogleClientSecrets.Details |
GoogleClientSecrets.Details.setTokenUri(java.lang.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-2018 Google. All Rights Reserved.