View Source GoogleApi.IdentityToolkit.V3.Model.Relyingparty (google_api_identity_toolkit v0.8.0)
Request of getting a code for user confirmation (reset password, change email etc.)
Attributes
-
androidInstallApp
(type:boolean()
, default:nil
) - whether or not to install the android app on the device where the link is opened -
androidMinimumVersion
(type:String.t
, default:nil
) - minimum version of the app. if the version on the device is lower than this version then the user is taken to the play store to upgrade the app -
androidPackageName
(type:String.t
, default:nil
) - android package name of the android app to handle the action code -
canHandleCodeInApp
(type:boolean()
, default:nil
) - whether or not the app can handle the oob code without first going to web -
captchaResp
(type:String.t
, default:nil
) - The recaptcha response from the user. -
challenge
(type:String.t
, default:nil
) - The recaptcha challenge presented to the user. -
continueUrl
(type:String.t
, default:nil
) - The url to continue to the Gitkit app -
email
(type:String.t
, default:nil
) - The email of the user. -
iOSAppStoreId
(type:String.t
, default:nil
) - iOS app store id to download the app if it's not already installed -
iOSBundleId
(type:String.t
, default:nil
) - the iOS bundle id of iOS app to handle the action code -
idToken
(type:String.t
, default:nil
) - The user's Gitkit login token for email change. -
kind
(type:String.t
, default:identitytoolkit#relyingparty
) - The fixed string "identitytoolkit#relyingparty". -
newEmail
(type:String.t
, default:nil
) - The new email if the code is for email change. -
requestType
(type:String.t
, default:nil
) - The request type. -
userIp
(type:String.t
, default:nil
) - The IP address of the user.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.IdentityToolkit.V3.Model.Relyingparty{ androidInstallApp: boolean() | nil, androidMinimumVersion: String.t() | nil, androidPackageName: String.t() | nil, canHandleCodeInApp: boolean() | nil, captchaResp: String.t() | nil, challenge: String.t() | nil, continueUrl: String.t() | nil, email: String.t() | nil, iOSAppStoreId: String.t() | nil, iOSBundleId: String.t() | nil, idToken: String.t() | nil, kind: String.t() | nil, newEmail: String.t() | nil, requestType: String.t() | nil, userIp: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.