|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GoogleAuthorizationCodeRequestUrl | |
|---|---|
| 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. |
| Uses of GoogleAuthorizationCodeRequestUrl in com.google.api.client.googleapis.auth.oauth2 |
|---|
| Methods in com.google.api.client.googleapis.auth.oauth2 that return GoogleAuthorizationCodeRequestUrl | |
|---|---|
GoogleAuthorizationCodeRequestUrl |
GoogleAuthorizationCodeFlow.newAuthorizationUrl()
|
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(Iterable<String> responseTypes)
|
GoogleAuthorizationCodeRequestUrl |
GoogleAuthorizationCodeRequestUrl.setResponseTypes(String... responseTypes)
|
GoogleAuthorizationCodeRequestUrl |
GoogleAuthorizationCodeRequestUrl.setScopes(Iterable<String> scopes)
|
GoogleAuthorizationCodeRequestUrl |
GoogleAuthorizationCodeRequestUrl.setScopes(String... scopes)
|
GoogleAuthorizationCodeRequestUrl |
GoogleAuthorizationCodeRequestUrl.setState(String state)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||