public final class IdentitytoolkitRelyingpartySetAccountInfoRequest 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 |
|---|
IdentitytoolkitRelyingpartySetAccountInfoRequest() |
| Modifier and Type | Method and Description |
|---|---|
IdentitytoolkitRelyingpartySetAccountInfoRequest |
clone() |
String |
getCaptchaChallenge()
The captcha challenge.
|
String |
getCaptchaResponse()
Response to the captcha.
|
Long |
getCreatedAt()
The timestamp when the account is created.
|
String |
getCustomAttributes()
The custom attributes to be set in the user's id token.
|
Long |
getDelegatedProjectNumber()
GCP project number of the requesting delegated app.
|
List<String> |
getDeleteAttribute()
The attributes users request to delete.
|
List<String> |
getDeleteProvider()
The IDPs the user request to delete.
|
Boolean |
getDisableUser()
Whether to disable the user.
|
String |
getDisplayName()
The name of the user.
|
String |
getEmail()
The email of the user.
|
Boolean |
getEmailVerified()
Mark the email as verified or not.
|
String |
getIdToken()
The GITKit token of the authenticated user.
|
String |
getInstanceId()
Instance id token of the app.
|
Long |
getLastLoginAt()
Last login timestamp.
|
String |
getLocalId()
The local ID of the user.
|
String |
getOobCode()
The out-of-band code of the change email request.
|
String |
getPassword()
The new password of the user.
|
String |
getPhoneNumber()
Privileged caller can update user with specified phone number.
|
String |
getPhotoUrl()
The photo url of the user.
|
List<String> |
getProvider()
The associated IDPs of the user.
|
Boolean |
getReturnSecureToken()
Whether return sts id token and refresh token instead of gitkit token.
|
Boolean |
getUpgradeToFederatedLogin()
Mark the user to upgrade to federated login.
|
Long |
getValidSince()
Timestamp in seconds for valid login token.
|
IdentitytoolkitRelyingpartySetAccountInfoRequest |
set(String fieldName,
Object value) |
IdentitytoolkitRelyingpartySetAccountInfoRequest |
setCaptchaChallenge(String captchaChallenge)
The captcha challenge.
|
IdentitytoolkitRelyingpartySetAccountInfoRequest |
setCaptchaResponse(String captchaResponse)
Response to the captcha.
|
IdentitytoolkitRelyingpartySetAccountInfoRequest |
setCreatedAt(Long createdAt)
The timestamp when the account is created.
|
IdentitytoolkitRelyingpartySetAccountInfoRequest |
setCustomAttributes(String customAttributes)
The custom attributes to be set in the user's id token.
|
IdentitytoolkitRelyingpartySetAccountInfoRequest |
setDelegatedProjectNumber(Long delegatedProjectNumber)
GCP project number of the requesting delegated app.
|
IdentitytoolkitRelyingpartySetAccountInfoRequest |
setDeleteAttribute(List<String> deleteAttribute)
The attributes users request to delete.
|
IdentitytoolkitRelyingpartySetAccountInfoRequest |
setDeleteProvider(List<String> deleteProvider)
The IDPs the user request to delete.
|
IdentitytoolkitRelyingpartySetAccountInfoRequest |
setDisableUser(Boolean disableUser)
Whether to disable the user.
|
IdentitytoolkitRelyingpartySetAccountInfoRequest |
setDisplayName(String displayName)
The name of the user.
|
IdentitytoolkitRelyingpartySetAccountInfoRequest |
setEmail(String email)
The email of the user.
|
IdentitytoolkitRelyingpartySetAccountInfoRequest |
setEmailVerified(Boolean emailVerified)
Mark the email as verified or not.
|
IdentitytoolkitRelyingpartySetAccountInfoRequest |
setIdToken(String idToken)
The GITKit token of the authenticated user.
|
IdentitytoolkitRelyingpartySetAccountInfoRequest |
setInstanceId(String instanceId)
Instance id token of the app.
|
IdentitytoolkitRelyingpartySetAccountInfoRequest |
setLastLoginAt(Long lastLoginAt)
Last login timestamp.
|
IdentitytoolkitRelyingpartySetAccountInfoRequest |
setLocalId(String localId)
The local ID of the user.
|
IdentitytoolkitRelyingpartySetAccountInfoRequest |
setOobCode(String oobCode)
The out-of-band code of the change email request.
|
IdentitytoolkitRelyingpartySetAccountInfoRequest |
setPassword(String password)
The new password of the user.
|
IdentitytoolkitRelyingpartySetAccountInfoRequest |
setPhoneNumber(String phoneNumber)
Privileged caller can update user with specified phone number.
|
IdentitytoolkitRelyingpartySetAccountInfoRequest |
setPhotoUrl(String photoUrl)
The photo url of the user.
|
IdentitytoolkitRelyingpartySetAccountInfoRequest |
setProvider(List<String> provider)
The associated IDPs of the user.
|
IdentitytoolkitRelyingpartySetAccountInfoRequest |
setReturnSecureToken(Boolean returnSecureToken)
Whether return sts id token and refresh token instead of gitkit token.
|
IdentitytoolkitRelyingpartySetAccountInfoRequest |
setUpgradeToFederatedLogin(Boolean upgradeToFederatedLogin)
Mark the user to upgrade to federated login.
|
IdentitytoolkitRelyingpartySetAccountInfoRequest |
setValidSince(Long validSince)
Timestamp in seconds for valid login 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 IdentitytoolkitRelyingpartySetAccountInfoRequest()
public String getCaptchaChallenge()
null for nonepublic IdentitytoolkitRelyingpartySetAccountInfoRequest setCaptchaChallenge(String captchaChallenge)
captchaChallenge - captchaChallenge or null for nonepublic String getCaptchaResponse()
null for nonepublic IdentitytoolkitRelyingpartySetAccountInfoRequest setCaptchaResponse(String captchaResponse)
captchaResponse - captchaResponse or null for nonepublic Long getCreatedAt()
null for nonepublic IdentitytoolkitRelyingpartySetAccountInfoRequest setCreatedAt(Long createdAt)
createdAt - createdAt or null for nonepublic String getCustomAttributes()
null for nonepublic IdentitytoolkitRelyingpartySetAccountInfoRequest setCustomAttributes(String customAttributes)
customAttributes - customAttributes or null for nonepublic Long getDelegatedProjectNumber()
null for nonepublic IdentitytoolkitRelyingpartySetAccountInfoRequest setDelegatedProjectNumber(Long delegatedProjectNumber)
delegatedProjectNumber - delegatedProjectNumber or null for nonepublic List<String> getDeleteAttribute()
null for nonepublic IdentitytoolkitRelyingpartySetAccountInfoRequest setDeleteAttribute(List<String> deleteAttribute)
deleteAttribute - deleteAttribute or null for nonepublic List<String> getDeleteProvider()
null for nonepublic IdentitytoolkitRelyingpartySetAccountInfoRequest setDeleteProvider(List<String> deleteProvider)
deleteProvider - deleteProvider or null for nonepublic Boolean getDisableUser()
null for nonepublic IdentitytoolkitRelyingpartySetAccountInfoRequest setDisableUser(Boolean disableUser)
disableUser - disableUser or null for nonepublic String getDisplayName()
null for nonepublic IdentitytoolkitRelyingpartySetAccountInfoRequest setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getEmail()
null for nonepublic IdentitytoolkitRelyingpartySetAccountInfoRequest setEmail(String email)
email - email or null for nonepublic Boolean getEmailVerified()
null for nonepublic IdentitytoolkitRelyingpartySetAccountInfoRequest setEmailVerified(Boolean emailVerified)
emailVerified - emailVerified or null for nonepublic String getIdToken()
null for nonepublic IdentitytoolkitRelyingpartySetAccountInfoRequest setIdToken(String idToken)
idToken - idToken or null for nonepublic String getInstanceId()
null for nonepublic IdentitytoolkitRelyingpartySetAccountInfoRequest setInstanceId(String instanceId)
instanceId - instanceId or null for nonepublic Long getLastLoginAt()
null for nonepublic IdentitytoolkitRelyingpartySetAccountInfoRequest setLastLoginAt(Long lastLoginAt)
lastLoginAt - lastLoginAt or null for nonepublic String getLocalId()
null for nonepublic IdentitytoolkitRelyingpartySetAccountInfoRequest setLocalId(String localId)
localId - localId or null for nonepublic String getOobCode()
null for nonepublic IdentitytoolkitRelyingpartySetAccountInfoRequest setOobCode(String oobCode)
oobCode - oobCode or null for nonepublic String getPassword()
null for nonepublic IdentitytoolkitRelyingpartySetAccountInfoRequest setPassword(String password)
password - password or null for nonepublic String getPhoneNumber()
null for nonepublic IdentitytoolkitRelyingpartySetAccountInfoRequest setPhoneNumber(String phoneNumber)
phoneNumber - phoneNumber or null for nonepublic String getPhotoUrl()
null for nonepublic IdentitytoolkitRelyingpartySetAccountInfoRequest setPhotoUrl(String photoUrl)
photoUrl - photoUrl or null for nonepublic List<String> getProvider()
null for nonepublic IdentitytoolkitRelyingpartySetAccountInfoRequest setProvider(List<String> provider)
provider - provider or null for nonepublic Boolean getReturnSecureToken()
null for nonepublic IdentitytoolkitRelyingpartySetAccountInfoRequest setReturnSecureToken(Boolean returnSecureToken)
returnSecureToken - returnSecureToken or null for nonepublic Boolean getUpgradeToFederatedLogin()
null for nonepublic IdentitytoolkitRelyingpartySetAccountInfoRequest setUpgradeToFederatedLogin(Boolean upgradeToFederatedLogin)
upgradeToFederatedLogin - upgradeToFederatedLogin or null for nonepublic Long getValidSince()
null for nonepublic IdentitytoolkitRelyingpartySetAccountInfoRequest setValidSince(Long validSince)
validSince - validSince or null for nonepublic IdentitytoolkitRelyingpartySetAccountInfoRequest set(String fieldName, Object value)
set in class GenericJsonpublic IdentitytoolkitRelyingpartySetAccountInfoRequest clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.