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 |
---|---|
GoogleBrowserClientRequestUrl |
GoogleBrowserClientRequestUrl.clone() |
GoogleBrowserClientRequestUrl |
GoogleBrowserClientRequestUrl.set(String fieldName,
Object value) |
GoogleBrowserClientRequestUrl |
GoogleBrowserClientRequestUrl.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" . |
GoogleBrowserClientRequestUrl |
GoogleBrowserClientRequestUrl.setClientId(String clientId) |
GoogleBrowserClientRequestUrl |
GoogleBrowserClientRequestUrl.setRedirectUri(String redirectUri) |
GoogleBrowserClientRequestUrl |
GoogleBrowserClientRequestUrl.setResponseTypes(Collection<String> responseTypes) |
GoogleBrowserClientRequestUrl |
GoogleBrowserClientRequestUrl.setScopes(Collection<String> scopes) |
GoogleBrowserClientRequestUrl |
GoogleBrowserClientRequestUrl.setState(String state) |
Copyright © 2010–2022 Google. All rights reserved.