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(String fieldName,
Object value) |
GoogleAuthorizationCodeRequestUrl |
GoogleAuthorizationCodeRequestUrl.setAccessType(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(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(String clientId) |
GoogleAuthorizationCodeRequestUrl |
GoogleAuthorizationCodeRequestUrl.setRedirectUri(String redirectUri) |
GoogleAuthorizationCodeRequestUrl |
GoogleAuthorizationCodeRequestUrl.setResponseTypes(Collection<String> responseTypes) |
GoogleAuthorizationCodeRequestUrl |
GoogleAuthorizationCodeRequestUrl.setScopes(Collection<String> scopes) |
GoogleAuthorizationCodeRequestUrl |
GoogleAuthorizationCodeRequestUrl.setState(String state) |
Copyright © 2010–2020 Google. All rights reserved.