Relyingparty class

Request of getting a code for user confirmation (reset password, change email etc.)

Constructors

Relyingparty({bool? androidInstallApp, String? androidMinimumVersion, String? androidPackageName, bool? canHandleCodeInApp, String? captchaResp, String? challenge, String? continueUrl, String? email, String? iOSAppStoreId, String? iOSBundleId, String? idToken, String? kind, String? newEmail, String? requestType, String? userIp})
Relyingparty.fromJson(Map json_)

Properties

androidInstallApp bool?
whether or not to install the android app on the device where the link is opened
getter/setter pair
androidMinimumVersion String?
minimum version of the app.
getter/setter pair
androidPackageName String?
android package name of the android app to handle the action code
getter/setter pair
canHandleCodeInApp bool?
whether or not the app can handle the oob code without first going to web
getter/setter pair
captchaResp String?
The recaptcha response from the user.
getter/setter pair
challenge String?
The recaptcha challenge presented to the user.
getter/setter pair
continueUrl String?
The url to continue to the Gitkit app
getter/setter pair
email String?
The email of the user.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idToken String?
The user's Gitkit login token for email change.
getter/setter pair
iOSAppStoreId String?
iOS app store id to download the app if it's not already installed
getter/setter pair
iOSBundleId String?
the iOS bundle id of iOS app to handle the action code
getter/setter pair
kind String?
The fixed string "identitytoolkit#relyingparty".
getter/setter pair
newEmail String?
The new email if the code is for email change.
getter/setter pair
requestType String?
The request type.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userIp String?
The IP address of the user.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited