public final class IdentitytoolkitRelyingpartyVerifyAssertionRequest 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 |
|---|
IdentitytoolkitRelyingpartyVerifyAssertionRequest() |
| Modifier and Type | Method and Description |
|---|---|
IdentitytoolkitRelyingpartyVerifyAssertionRequest |
clone() |
Boolean |
getAutoCreate()
When it's true, automatically creates a new account if the user doesn't exist.
|
Long |
getDelegatedProjectNumber()
GCP project number of the requesting delegated app.
|
String |
getIdToken()
The GITKit token of the authenticated user.
|
String |
getInstanceId()
Instance id token of the app.
|
String |
getPendingIdToken()
The GITKit token for the non-trusted IDP pending to be confirmed by the user.
|
String |
getPostBody()
The post body if the request is a HTTP POST.
|
String |
getRequestUri()
The URI to which the IDP redirects the user back.
|
Boolean |
getReturnIdpCredential()
Whether return 200 and IDP credential rather than throw exception when federated id is already
linked.
|
Boolean |
getReturnRefreshToken()
Whether to return refresh tokens.
|
Boolean |
getReturnSecureToken()
Whether return sts id token and refresh token instead of gitkit token.
|
String |
getSessionId()
Session ID, which should match the one in previous createAuthUri request.
|
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.
|
IdentitytoolkitRelyingpartyVerifyAssertionRequest |
set(String fieldName,
Object value) |
IdentitytoolkitRelyingpartyVerifyAssertionRequest |
setAutoCreate(Boolean autoCreate)
When it's true, automatically creates a new account if the user doesn't exist.
|
IdentitytoolkitRelyingpartyVerifyAssertionRequest |
setDelegatedProjectNumber(Long delegatedProjectNumber)
GCP project number of the requesting delegated app.
|
IdentitytoolkitRelyingpartyVerifyAssertionRequest |
setIdToken(String idToken)
The GITKit token of the authenticated user.
|
IdentitytoolkitRelyingpartyVerifyAssertionRequest |
setInstanceId(String instanceId)
Instance id token of the app.
|
IdentitytoolkitRelyingpartyVerifyAssertionRequest |
setPendingIdToken(String pendingIdToken)
The GITKit token for the non-trusted IDP pending to be confirmed by the user.
|
IdentitytoolkitRelyingpartyVerifyAssertionRequest |
setPostBody(String postBody)
The post body if the request is a HTTP POST.
|
IdentitytoolkitRelyingpartyVerifyAssertionRequest |
setRequestUri(String requestUri)
The URI to which the IDP redirects the user back.
|
IdentitytoolkitRelyingpartyVerifyAssertionRequest |
setReturnIdpCredential(Boolean returnIdpCredential)
Whether return 200 and IDP credential rather than throw exception when federated id is already
linked.
|
IdentitytoolkitRelyingpartyVerifyAssertionRequest |
setReturnRefreshToken(Boolean returnRefreshToken)
Whether to return refresh tokens.
|
IdentitytoolkitRelyingpartyVerifyAssertionRequest |
setReturnSecureToken(Boolean returnSecureToken)
Whether return sts id token and refresh token instead of gitkit token.
|
IdentitytoolkitRelyingpartyVerifyAssertionRequest |
setSessionId(String sessionId)
Session ID, which should match the one in previous createAuthUri request.
|
IdentitytoolkitRelyingpartyVerifyAssertionRequest |
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.
|
IdentitytoolkitRelyingpartyVerifyAssertionRequest |
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 IdentitytoolkitRelyingpartyVerifyAssertionRequest()
public Boolean getAutoCreate()
null for nonepublic IdentitytoolkitRelyingpartyVerifyAssertionRequest setAutoCreate(Boolean autoCreate)
autoCreate - autoCreate or null for nonepublic Long getDelegatedProjectNumber()
null for nonepublic IdentitytoolkitRelyingpartyVerifyAssertionRequest setDelegatedProjectNumber(Long delegatedProjectNumber)
delegatedProjectNumber - delegatedProjectNumber or null for nonepublic String getIdToken()
null for nonepublic IdentitytoolkitRelyingpartyVerifyAssertionRequest setIdToken(String idToken)
idToken - idToken or null for nonepublic String getInstanceId()
null for nonepublic IdentitytoolkitRelyingpartyVerifyAssertionRequest setInstanceId(String instanceId)
instanceId - instanceId or null for nonepublic String getPendingIdToken()
null for nonepublic IdentitytoolkitRelyingpartyVerifyAssertionRequest setPendingIdToken(String pendingIdToken)
pendingIdToken - pendingIdToken or null for nonepublic String getPostBody()
null for nonepublic IdentitytoolkitRelyingpartyVerifyAssertionRequest setPostBody(String postBody)
postBody - postBody or null for nonepublic String getRequestUri()
null for nonepublic IdentitytoolkitRelyingpartyVerifyAssertionRequest setRequestUri(String requestUri)
requestUri - requestUri or null for nonepublic Boolean getReturnIdpCredential()
null for nonepublic IdentitytoolkitRelyingpartyVerifyAssertionRequest setReturnIdpCredential(Boolean returnIdpCredential)
returnIdpCredential - returnIdpCredential or null for nonepublic Boolean getReturnRefreshToken()
null for nonepublic IdentitytoolkitRelyingpartyVerifyAssertionRequest setReturnRefreshToken(Boolean returnRefreshToken)
returnRefreshToken - returnRefreshToken or null for nonepublic Boolean getReturnSecureToken()
null for nonepublic IdentitytoolkitRelyingpartyVerifyAssertionRequest setReturnSecureToken(Boolean returnSecureToken)
returnSecureToken - returnSecureToken or null for nonepublic String getSessionId()
null for nonepublic IdentitytoolkitRelyingpartyVerifyAssertionRequest setSessionId(String sessionId)
sessionId - sessionId or null for nonepublic String getTenantId()
null for nonepublic IdentitytoolkitRelyingpartyVerifyAssertionRequest setTenantId(String tenantId)
tenantId - tenantId or null for nonepublic BigInteger getTenantProjectNumber()
null for nonepublic IdentitytoolkitRelyingpartyVerifyAssertionRequest setTenantProjectNumber(BigInteger tenantProjectNumber)
tenantProjectNumber - tenantProjectNumber or null for nonepublic IdentitytoolkitRelyingpartyVerifyAssertionRequest set(String fieldName, Object value)
set in class GenericJsonpublic IdentitytoolkitRelyingpartyVerifyAssertionRequest clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.