public final class SignupNewUserResponse 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 |
|---|
SignupNewUserResponse() |
| Modifier and Type | Method and Description |
|---|---|
SignupNewUserResponse |
clone() |
String |
getDisplayName()
The name of the user.
|
String |
getEmail()
The email of the user.
|
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 id token to login the newly sign up user.
|
String |
getKind()
The fixed string "identitytoolkit#SignupNewUserResponse".
|
String |
getLocalId()
The RP local ID of the user.
|
String |
getRefreshToken()
If idToken is STS id token, then this field will be refresh token.
|
SignupNewUserResponse |
set(String fieldName,
Object value) |
SignupNewUserResponse |
setDisplayName(String displayName)
The name of the user.
|
SignupNewUserResponse |
setEmail(String email)
The email of the user.
|
SignupNewUserResponse |
setExpiresIn(Long expiresIn)
If idToken is STS id token, then this field will be expiration time of STS id token in seconds.
|
SignupNewUserResponse |
setIdToken(String idToken)
The Gitkit id token to login the newly sign up user.
|
SignupNewUserResponse |
setKind(String kind)
The fixed string "identitytoolkit#SignupNewUserResponse".
|
SignupNewUserResponse |
setLocalId(String localId)
The RP local ID of the user.
|
SignupNewUserResponse |
setRefreshToken(String refreshToken)
If idToken is STS id token, then this field will be refresh token.
|
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 SignupNewUserResponse setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getEmail()
null for nonepublic SignupNewUserResponse setEmail(String email)
email - email or null for nonepublic Long getExpiresIn()
null for nonepublic SignupNewUserResponse setExpiresIn(Long expiresIn)
expiresIn - expiresIn or null for nonepublic String getIdToken()
null for nonepublic SignupNewUserResponse setIdToken(String idToken)
idToken - idToken or null for nonepublic String getKind()
null for nonepublic SignupNewUserResponse setKind(String kind)
kind - kind or null for nonepublic String getLocalId()
null for nonepublic SignupNewUserResponse setLocalId(String localId)
localId - localId or null for nonepublic String getRefreshToken()
null for nonepublic SignupNewUserResponse setRefreshToken(String refreshToken)
refreshToken - refreshToken or null for nonepublic SignupNewUserResponse set(String fieldName, Object value)
set in class GenericJsonpublic SignupNewUserResponse clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.