@Beta
public class OAuthAuthorizeTemporaryTokenUrl
extends com.google.api.client.http.GenericUrl
Beta
The temporaryToken should be set from the OAuthCredentialsResponse.token
returned by AbstractOAuthGetToken.execute(). Use GenericUrl.build() to build the
authorization URL. If a OAuthGetTemporaryToken.callback was specified, after the end user
grants the authorization, the authorization server will redirect to that callback URL. To parse
the response, use OAuthCallbackUrl.
com.google.api.client.util.GenericData.Flags| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
temporaryToken
The temporary credentials token obtained from temporary credentials request in the
"oauth_token" parameter.
|
| Constructor and Description |
|---|
OAuthAuthorizeTemporaryTokenUrl(java.lang.String encodedUserAuthorizationUrl) |
appendRawPath, build, buildAuthority, buildRelativeUrl, clone, equals, getAll, getFirst, getFragment, getHost, getPathParts, getPort, getRawPath, getScheme, getUserInfo, hashCode, set, setFragment, setHost, setPathParts, setPort, setRawPath, setScheme, setUserInfo, toPathParts, toString, toURI, toURL, toURLentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuespublic java.lang.String temporaryToken
OAuthCredentialsResponse.token returned by
AbstractOAuthGetToken.execute().Copyright © 2011-2018 Google. All Rights Reserved.