public final class EmailLinkSigninResponse 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 |
|---|
EmailLinkSigninResponse() |
| Modifier and Type | Method and Description |
|---|---|
EmailLinkSigninResponse |
clone() |
String |
getEmail()
The user's email.
|
Long |
getExpiresIn()
Expiration time of STS id token in seconds.
|
String |
getIdToken()
The STS id token to login the newly signed in user.
|
Boolean |
getIsNewUser()
Whether the user is new.
|
String |
getKind()
The fixed string "identitytoolkit#EmailLinkSigninResponse".
|
String |
getLocalId()
The RP local ID of the user.
|
String |
getRefreshToken()
The refresh token for the signed in user.
|
EmailLinkSigninResponse |
set(String fieldName,
Object value) |
EmailLinkSigninResponse |
setEmail(String email)
The user's email.
|
EmailLinkSigninResponse |
setExpiresIn(Long expiresIn)
Expiration time of STS id token in seconds.
|
EmailLinkSigninResponse |
setIdToken(String idToken)
The STS id token to login the newly signed in user.
|
EmailLinkSigninResponse |
setIsNewUser(Boolean isNewUser)
Whether the user is new.
|
EmailLinkSigninResponse |
setKind(String kind)
The fixed string "identitytoolkit#EmailLinkSigninResponse".
|
EmailLinkSigninResponse |
setLocalId(String localId)
The RP local ID of the user.
|
EmailLinkSigninResponse |
setRefreshToken(String refreshToken)
The refresh token for the signed in user.
|
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 getEmail()
null for nonepublic EmailLinkSigninResponse setEmail(String email)
email - email or null for nonepublic Long getExpiresIn()
null for nonepublic EmailLinkSigninResponse setExpiresIn(Long expiresIn)
expiresIn - expiresIn or null for nonepublic String getIdToken()
null for nonepublic EmailLinkSigninResponse setIdToken(String idToken)
idToken - idToken or null for nonepublic Boolean getIsNewUser()
null for nonepublic EmailLinkSigninResponse setIsNewUser(Boolean isNewUser)
isNewUser - isNewUser or null for nonepublic String getKind()
null for nonepublic EmailLinkSigninResponse setKind(String kind)
kind - kind or null for nonepublic String getLocalId()
null for nonepublic EmailLinkSigninResponse setLocalId(String localId)
localId - localId or null for nonepublic String getRefreshToken()
null for nonepublic EmailLinkSigninResponse setRefreshToken(String refreshToken)
refreshToken - refreshToken or null for nonepublic EmailLinkSigninResponse set(String fieldName, Object value)
set in class GenericJsonpublic EmailLinkSigninResponse clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.