public final class VerifyPasswordResponse extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Identity Toolkit API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
VerifyPasswordResponse() |
| Modifier and Type | Method and Description |
|---|---|
VerifyPasswordResponse |
clone() |
String |
getDisplayName()
The name of the user.
|
String |
getEmail()
The email returned by the IdP.
|
Long |
getExpiresIn()
If idToken is STS id token, then this field will be expiration time of STS id token in seconds.
|
String |
getIdToken()
The GITKit token for authenticated user.
|
String |
getKind()
The fixed string "identitytoolkit#VerifyPasswordResponse".
|
String |
getLocalId()
The RP local ID if it's already been mapped to the IdP account identified by the federated ID.
|
String |
getOauthAccessToken()
The OAuth2 access token.
|
String |
getOauthAuthorizationCode()
The OAuth2 authorization code.
|
Integer |
getOauthExpireIn()
The lifetime in seconds of the OAuth2 access token.
|
String |
getPhotoUrl()
The URI of the user's photo at IdP
|
String |
getRefreshToken()
If idToken is STS id token, then this field will be refresh token.
|
Boolean |
getRegistered()
Whether the email is registered.
|
VerifyPasswordResponse |
set(String fieldName,
Object value) |
VerifyPasswordResponse |
setDisplayName(String displayName)
The name of the user.
|
VerifyPasswordResponse |
setEmail(String email)
The email returned by the IdP.
|
VerifyPasswordResponse |
setExpiresIn(Long expiresIn)
If idToken is STS id token, then this field will be expiration time of STS id token in seconds.
|
VerifyPasswordResponse |
setIdToken(String idToken)
The GITKit token for authenticated user.
|
VerifyPasswordResponse |
setKind(String kind)
The fixed string "identitytoolkit#VerifyPasswordResponse".
|
VerifyPasswordResponse |
setLocalId(String localId)
The RP local ID if it's already been mapped to the IdP account identified by the federated ID.
|
VerifyPasswordResponse |
setOauthAccessToken(String oauthAccessToken)
The OAuth2 access token.
|
VerifyPasswordResponse |
setOauthAuthorizationCode(String oauthAuthorizationCode)
The OAuth2 authorization code.
|
VerifyPasswordResponse |
setOauthExpireIn(Integer oauthExpireIn)
The lifetime in seconds of the OAuth2 access token.
|
VerifyPasswordResponse |
setPhotoUrl(String photoUrl)
The URI of the user's photo at IdP
|
VerifyPasswordResponse |
setRefreshToken(String refreshToken)
If idToken is STS id token, then this field will be refresh token.
|
VerifyPasswordResponse |
setRegistered(Boolean registered)
Whether the email is registered.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getDisplayName()
null for nonepublic VerifyPasswordResponse setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getEmail()
null for nonepublic VerifyPasswordResponse setEmail(String email)
email - email or null for nonepublic Long getExpiresIn()
null for nonepublic VerifyPasswordResponse setExpiresIn(Long expiresIn)
expiresIn - expiresIn or null for nonepublic String getIdToken()
null for nonepublic VerifyPasswordResponse setIdToken(String idToken)
idToken - idToken or null for nonepublic String getKind()
null for nonepublic VerifyPasswordResponse setKind(String kind)
kind - kind or null for nonepublic String getLocalId()
null for nonepublic VerifyPasswordResponse setLocalId(String localId)
localId - localId or null for nonepublic String getOauthAccessToken()
null for nonepublic VerifyPasswordResponse setOauthAccessToken(String oauthAccessToken)
oauthAccessToken - oauthAccessToken or null for nonepublic String getOauthAuthorizationCode()
null for nonepublic VerifyPasswordResponse setOauthAuthorizationCode(String oauthAuthorizationCode)
oauthAuthorizationCode - oauthAuthorizationCode or null for nonepublic Integer getOauthExpireIn()
null for nonepublic VerifyPasswordResponse setOauthExpireIn(Integer oauthExpireIn)
oauthExpireIn - oauthExpireIn or null for nonepublic String getPhotoUrl()
null for nonepublic VerifyPasswordResponse setPhotoUrl(String photoUrl)
photoUrl - photoUrl or null for nonepublic String getRefreshToken()
null for nonepublic VerifyPasswordResponse setRefreshToken(String refreshToken)
refreshToken - refreshToken or null for nonepublic Boolean getRegistered()
null for nonepublic VerifyPasswordResponse setRegistered(Boolean registered)
registered - registered or null for nonepublic VerifyPasswordResponse set(String fieldName, Object value)
set in class GenericJsonpublic VerifyPasswordResponse clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.