| 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 |
|---|---|
GoogleAuthorizationCodeTokenRequest |
GoogleAuthorizationCodeFlow.newTokenRequest(java.lang.String authorizationCode) |
GoogleAuthorizationCodeTokenRequest |
GoogleAuthorizationCodeTokenRequest.set(java.lang.String fieldName,
java.lang.Object value) |
GoogleAuthorizationCodeTokenRequest |
GoogleAuthorizationCodeTokenRequest.setClientAuthentication(com.google.api.client.http.HttpExecuteInterceptor clientAuthentication) |
GoogleAuthorizationCodeTokenRequest |
GoogleAuthorizationCodeTokenRequest.setCode(java.lang.String code) |
GoogleAuthorizationCodeTokenRequest |
GoogleAuthorizationCodeTokenRequest.setGrantType(java.lang.String grantType) |
GoogleAuthorizationCodeTokenRequest |
GoogleAuthorizationCodeTokenRequest.setRedirectUri(java.lang.String redirectUri) |
GoogleAuthorizationCodeTokenRequest |
GoogleAuthorizationCodeTokenRequest.setRequestInitializer(com.google.api.client.http.HttpRequestInitializer requestInitializer) |
GoogleAuthorizationCodeTokenRequest |
GoogleAuthorizationCodeTokenRequest.setScopes(java.util.Collection<java.lang.String> scopes) |
GoogleAuthorizationCodeTokenRequest |
GoogleAuthorizationCodeTokenRequest.setTokenServerUrl(com.google.api.client.http.GenericUrl tokenServerUrl) |
Copyright © 2010-2019 Google. All Rights Reserved.