| Package | Description |
|---|---|
| com.google.api.services.identitytoolkit | |
| com.google.api.services.identitytoolkit.model |
| Modifier and Type | Method and Description |
|---|---|
IdentityToolkit.Relyingparty.GetOobConfirmationCode |
IdentityToolkit.Relyingparty.getOobConfirmationCode(Relyingparty content)
Get a code for user action confirmation.
|
| Constructor and Description |
|---|
GetOobConfirmationCode(Relyingparty content)
Get a code for user action confirmation.
|
| Modifier and Type | Method and Description |
|---|---|
Relyingparty |
Relyingparty.clone() |
Relyingparty |
Relyingparty.set(String fieldName,
Object value) |
Relyingparty |
Relyingparty.setAndroidInstallApp(Boolean androidInstallApp)
whether or not to install the android app on the device where the link is opened
|
Relyingparty |
Relyingparty.setAndroidMinimumVersion(String androidMinimumVersion)
minimum version of the app.
|
Relyingparty |
Relyingparty.setAndroidPackageName(String androidPackageName)
android package name of the android app to handle the action code
|
Relyingparty |
Relyingparty.setCanHandleCodeInApp(Boolean canHandleCodeInApp)
whether or not the app can handle the oob code without first going to web
|
Relyingparty |
Relyingparty.setCaptchaResp(String captchaResp)
The recaptcha response from the user.
|
Relyingparty |
Relyingparty.setChallenge(String challenge)
The recaptcha challenge presented to the user.
|
Relyingparty |
Relyingparty.setContinueUrl(String continueUrl)
The url to continue to the Gitkit app
|
Relyingparty |
Relyingparty.setEmail(String email)
The email of the user.
|
Relyingparty |
Relyingparty.setIdToken(String idToken)
The user's Gitkit login token for email change.
|
Relyingparty |
Relyingparty.setIOSAppStoreId(String iOSAppStoreId)
iOS app store id to download the app if it's not already installed
|
Relyingparty |
Relyingparty.setIOSBundleId(String iOSBundleId)
the iOS bundle id of iOS app to handle the action code
|
Relyingparty |
Relyingparty.setKind(String kind)
The fixed string "identitytoolkit#relyingparty".
|
Relyingparty |
Relyingparty.setNewEmail(String newEmail)
The new email if the code is for email change.
|
Relyingparty |
Relyingparty.setRequestType(String requestType)
The request type.
|
Relyingparty |
Relyingparty.setUserIp(String userIp)
The IP address of the user.
|
Copyright © 2011–2021 Google. All rights reserved.