public final class IdentitytoolkitRelyingpartyVerifyPasswordRequest 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 |
|---|
IdentitytoolkitRelyingpartyVerifyPasswordRequest() |
| Modifier and Type | Method and Description |
|---|---|
IdentitytoolkitRelyingpartyVerifyPasswordRequest |
clone() |
String |
getCaptchaChallenge()
The captcha challenge.
|
String |
getCaptchaResponse()
Response to the captcha.
|
Long |
getDelegatedProjectNumber()
GCP project number of the requesting delegated app.
|
String |
getEmail()
The email of the user.
|
String |
getIdToken()
The GITKit token of the authenticated user.
|
String |
getInstanceId()
Instance id token of the app.
|
String |
getPassword()
The password inputed by the user.
|
String |
getPendingIdToken()
The GITKit token for the non-trusted IDP, which is to be confirmed by the user.
|
Boolean |
getReturnSecureToken()
Whether return sts id token and refresh token instead of gitkit token.
|
String |
getTenantId()
For multi-tenant use cases, in order to construct sign-in URL with the correct IDP parameters,
Firebear needs to know which Tenant to retrieve IDP configs from.
|
BigInteger |
getTenantProjectNumber()
Tenant project number to be used for idp discovery.
|
IdentitytoolkitRelyingpartyVerifyPasswordRequest |
set(String fieldName,
Object value) |
IdentitytoolkitRelyingpartyVerifyPasswordRequest |
setCaptchaChallenge(String captchaChallenge)
The captcha challenge.
|
IdentitytoolkitRelyingpartyVerifyPasswordRequest |
setCaptchaResponse(String captchaResponse)
Response to the captcha.
|
IdentitytoolkitRelyingpartyVerifyPasswordRequest |
setDelegatedProjectNumber(Long delegatedProjectNumber)
GCP project number of the requesting delegated app.
|
IdentitytoolkitRelyingpartyVerifyPasswordRequest |
setEmail(String email)
The email of the user.
|
IdentitytoolkitRelyingpartyVerifyPasswordRequest |
setIdToken(String idToken)
The GITKit token of the authenticated user.
|
IdentitytoolkitRelyingpartyVerifyPasswordRequest |
setInstanceId(String instanceId)
Instance id token of the app.
|
IdentitytoolkitRelyingpartyVerifyPasswordRequest |
setPassword(String password)
The password inputed by the user.
|
IdentitytoolkitRelyingpartyVerifyPasswordRequest |
setPendingIdToken(String pendingIdToken)
The GITKit token for the non-trusted IDP, which is to be confirmed by the user.
|
IdentitytoolkitRelyingpartyVerifyPasswordRequest |
setReturnSecureToken(Boolean returnSecureToken)
Whether return sts id token and refresh token instead of gitkit token.
|
IdentitytoolkitRelyingpartyVerifyPasswordRequest |
setTenantId(String tenantId)
For multi-tenant use cases, in order to construct sign-in URL with the correct IDP parameters,
Firebear needs to know which Tenant to retrieve IDP configs from.
|
IdentitytoolkitRelyingpartyVerifyPasswordRequest |
setTenantProjectNumber(BigInteger tenantProjectNumber)
Tenant project number to be used for idp discovery.
|
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 IdentitytoolkitRelyingpartyVerifyPasswordRequest()
public String getCaptchaChallenge()
null for nonepublic IdentitytoolkitRelyingpartyVerifyPasswordRequest setCaptchaChallenge(String captchaChallenge)
captchaChallenge - captchaChallenge or null for nonepublic String getCaptchaResponse()
null for nonepublic IdentitytoolkitRelyingpartyVerifyPasswordRequest setCaptchaResponse(String captchaResponse)
captchaResponse - captchaResponse or null for nonepublic Long getDelegatedProjectNumber()
null for nonepublic IdentitytoolkitRelyingpartyVerifyPasswordRequest setDelegatedProjectNumber(Long delegatedProjectNumber)
delegatedProjectNumber - delegatedProjectNumber or null for nonepublic String getEmail()
null for nonepublic IdentitytoolkitRelyingpartyVerifyPasswordRequest setEmail(String email)
email - email or null for nonepublic String getIdToken()
null for nonepublic IdentitytoolkitRelyingpartyVerifyPasswordRequest setIdToken(String idToken)
idToken - idToken or null for nonepublic String getInstanceId()
null for nonepublic IdentitytoolkitRelyingpartyVerifyPasswordRequest setInstanceId(String instanceId)
instanceId - instanceId or null for nonepublic String getPassword()
null for nonepublic IdentitytoolkitRelyingpartyVerifyPasswordRequest setPassword(String password)
password - password or null for nonepublic String getPendingIdToken()
null for nonepublic IdentitytoolkitRelyingpartyVerifyPasswordRequest setPendingIdToken(String pendingIdToken)
pendingIdToken - pendingIdToken or null for nonepublic Boolean getReturnSecureToken()
null for nonepublic IdentitytoolkitRelyingpartyVerifyPasswordRequest setReturnSecureToken(Boolean returnSecureToken)
returnSecureToken - returnSecureToken or null for nonepublic String getTenantId()
null for nonepublic IdentitytoolkitRelyingpartyVerifyPasswordRequest setTenantId(String tenantId)
tenantId - tenantId or null for nonepublic BigInteger getTenantProjectNumber()
null for nonepublic IdentitytoolkitRelyingpartyVerifyPasswordRequest setTenantProjectNumber(BigInteger tenantProjectNumber)
tenantProjectNumber - tenantProjectNumber or null for nonepublic IdentitytoolkitRelyingpartyVerifyPasswordRequest set(String fieldName, Object value)
set in class GenericJsonpublic IdentitytoolkitRelyingpartyVerifyPasswordRequest clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.