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