public final class Relyingparty 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 |
|---|
Relyingparty() |
| Modifier and Type | Method and Description |
|---|---|
Relyingparty |
clone() |
Boolean |
getAndroidInstallApp()
whether or not to install the android app on the device where the link is opened
|
String |
getAndroidMinimumVersion()
minimum version of the app.
|
String |
getAndroidPackageName()
android package name of the android app to handle the action code
|
Boolean |
getCanHandleCodeInApp()
whether or not the app can handle the oob code without first going to web
|
String |
getCaptchaResp()
The recaptcha response from the user.
|
String |
getChallenge()
The recaptcha challenge presented to the user.
|
String |
getContinueUrl()
The url to continue to the Gitkit app
|
String |
getEmail()
The email of the user.
|
String |
getIdToken()
The user's Gitkit login token for email change.
|
String |
getIOSAppStoreId()
iOS app store id to download the app if it's not already installed
|
String |
getIOSBundleId()
the iOS bundle id of iOS app to handle the action code
|
String |
getKind()
The fixed string "identitytoolkit#relyingparty".
|
String |
getNewEmail()
The new email if the code is for email change.
|
String |
getRequestType()
The request type.
|
String |
getUserIp()
The IP address of the user.
|
Relyingparty |
set(String fieldName,
Object value) |
Relyingparty |
setAndroidInstallApp(Boolean androidInstallApp)
whether or not to install the android app on the device where the link is opened
|
Relyingparty |
setAndroidMinimumVersion(String androidMinimumVersion)
minimum version of the app.
|
Relyingparty |
setAndroidPackageName(String androidPackageName)
android package name of the android app to handle the action code
|
Relyingparty |
setCanHandleCodeInApp(Boolean canHandleCodeInApp)
whether or not the app can handle the oob code without first going to web
|
Relyingparty |
setCaptchaResp(String captchaResp)
The recaptcha response from the user.
|
Relyingparty |
setChallenge(String challenge)
The recaptcha challenge presented to the user.
|
Relyingparty |
setContinueUrl(String continueUrl)
The url to continue to the Gitkit app
|
Relyingparty |
setEmail(String email)
The email of the user.
|
Relyingparty |
setIdToken(String idToken)
The user's Gitkit login token for email change.
|
Relyingparty |
setIOSAppStoreId(String iOSAppStoreId)
iOS app store id to download the app if it's not already installed
|
Relyingparty |
setIOSBundleId(String iOSBundleId)
the iOS bundle id of iOS app to handle the action code
|
Relyingparty |
setKind(String kind)
The fixed string "identitytoolkit#relyingparty".
|
Relyingparty |
setNewEmail(String newEmail)
The new email if the code is for email change.
|
Relyingparty |
setRequestType(String requestType)
The request type.
|
Relyingparty |
setUserIp(String userIp)
The IP address of the 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 Boolean getAndroidInstallApp()
null for nonepublic Relyingparty setAndroidInstallApp(Boolean androidInstallApp)
androidInstallApp - androidInstallApp or null for nonepublic String getAndroidMinimumVersion()
null for nonepublic Relyingparty setAndroidMinimumVersion(String androidMinimumVersion)
androidMinimumVersion - androidMinimumVersion or null for nonepublic String getAndroidPackageName()
null for nonepublic Relyingparty setAndroidPackageName(String androidPackageName)
androidPackageName - androidPackageName or null for nonepublic Boolean getCanHandleCodeInApp()
null for nonepublic Relyingparty setCanHandleCodeInApp(Boolean canHandleCodeInApp)
canHandleCodeInApp - canHandleCodeInApp or null for nonepublic String getCaptchaResp()
null for nonepublic Relyingparty setCaptchaResp(String captchaResp)
captchaResp - captchaResp or null for nonepublic String getChallenge()
null for nonepublic Relyingparty setChallenge(String challenge)
challenge - challenge or null for nonepublic String getContinueUrl()
null for nonepublic Relyingparty setContinueUrl(String continueUrl)
continueUrl - continueUrl or null for nonepublic String getEmail()
null for nonepublic Relyingparty setEmail(String email)
email - email or null for nonepublic String getIOSAppStoreId()
null for nonepublic Relyingparty setIOSAppStoreId(String iOSAppStoreId)
iOSAppStoreId - iOSAppStoreId or null for nonepublic String getIOSBundleId()
null for nonepublic Relyingparty setIOSBundleId(String iOSBundleId)
iOSBundleId - iOSBundleId or null for nonepublic String getIdToken()
null for nonepublic Relyingparty setIdToken(String idToken)
idToken - idToken or null for nonepublic String getKind()
null for nonepublic Relyingparty setKind(String kind)
kind - kind or null for nonepublic String getNewEmail()
null for nonepublic Relyingparty setNewEmail(String newEmail)
newEmail - newEmail or null for nonepublic String getRequestType()
null for nonepublic Relyingparty setRequestType(String requestType)
requestType - requestType or null for nonepublic String getUserIp()
null for nonepublic Relyingparty setUserIp(String userIp)
userIp - userIp or null for nonepublic Relyingparty set(String fieldName, Object value)
set in class GenericJsonpublic Relyingparty clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.