@Beta
public class OAuthCallbackUrl
extends com.google.api.client.http.GenericUrl
Beta
The verifier
is required in order to exchange the authorized temporary token for a
long-lived access token in OAuthGetAccessToken.verifier
.
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
Modifier and Type | Field | Description |
---|---|---|
String |
token |
The temporary credentials identifier received from the client.
|
String |
verifier |
The verification code.
|
Constructor | Description |
---|---|
OAuthCallbackUrl(String encodedUrl) |
clear, containsKey, containsValue, isEmpty, keySet, size, values
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
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, toURL
Copyright © 2011–2019 Google. All rights reserved.