Package | Description |
---|---|
com.google.api.client.auth.oauth2 |
Implementation of the OAuth 2.0 Authorization
Framework.
|
Modifier and Type | Method | Description |
---|---|---|
AuthorizationCodeTokenRequest |
AuthorizationCodeFlow.newTokenRequest(String authorizationCode) |
Returns a new instance of an authorization code token request based on the given authorization
code.
|
AuthorizationCodeTokenRequest |
AuthorizationCodeTokenRequest.set(String fieldName,
Object value) |
|
AuthorizationCodeTokenRequest |
AuthorizationCodeTokenRequest.setClientAuthentication(com.google.api.client.http.HttpExecuteInterceptor clientAuthentication) |
|
AuthorizationCodeTokenRequest |
AuthorizationCodeTokenRequest.setCode(String code) |
Sets the authorization code generated by the authorization server.
|
AuthorizationCodeTokenRequest |
AuthorizationCodeTokenRequest.setGrantType(String grantType) |
|
AuthorizationCodeTokenRequest |
AuthorizationCodeTokenRequest.setRedirectUri(String redirectUri) |
Sets the redirect URI parameter matching the redirect URI parameter in the authorization
request or
null for none. |
AuthorizationCodeTokenRequest |
AuthorizationCodeTokenRequest.setRequestInitializer(com.google.api.client.http.HttpRequestInitializer requestInitializer) |
|
AuthorizationCodeTokenRequest |
AuthorizationCodeTokenRequest.setScopes(Collection<String> scopes) |
|
AuthorizationCodeTokenRequest |
AuthorizationCodeTokenRequest.setTokenServerUrl(com.google.api.client.http.GenericUrl tokenServerUrl) |
Copyright © 2011–2019 Google. All rights reserved.