| 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 |
|---|---|
GoogleAuthorizationCodeRequestUrl |
GoogleAuthorizationCodeRequestUrl.clone() |
GoogleAuthorizationCodeRequestUrl |
GoogleAuthorizationCodeFlow.newAuthorizationUrl() |
GoogleAuthorizationCodeRequestUrl |
GoogleAuthorizationCodeRequestUrl.set(java.lang.String fieldName,
java.lang.Object value) |
GoogleAuthorizationCodeRequestUrl |
GoogleAuthorizationCodeRequestUrl.setAccessType(java.lang.String accessType)
Sets the access type (
"online" to request online access or "offline" to request
offline access) or null for the default behavior of "online". |
GoogleAuthorizationCodeRequestUrl |
GoogleAuthorizationCodeRequestUrl.setApprovalPrompt(java.lang.String approvalPrompt)
Sets the approval prompt behavior (
"auto" to request auto-approval or "force"
to force the approval UI to show) or null for the default behavior of "auto". |
GoogleAuthorizationCodeRequestUrl |
GoogleAuthorizationCodeRequestUrl.setClientId(java.lang.String clientId) |
GoogleAuthorizationCodeRequestUrl |
GoogleAuthorizationCodeRequestUrl.setRedirectUri(java.lang.String redirectUri) |
GoogleAuthorizationCodeRequestUrl |
GoogleAuthorizationCodeRequestUrl.setResponseTypes(java.util.Collection<java.lang.String> responseTypes) |
GoogleAuthorizationCodeRequestUrl |
GoogleAuthorizationCodeRequestUrl.setScopes(java.util.Collection<java.lang.String> scopes) |
GoogleAuthorizationCodeRequestUrl |
GoogleAuthorizationCodeRequestUrl.setState(java.lang.String state) |
Copyright © 2010-2018 Google. All Rights Reserved.