IdentitytoolkitRelyingpartySignupNewUserRequest class

Request to signup new user, create anonymous user or anonymous user reauth.

Constructors

IdentitytoolkitRelyingpartySignupNewUserRequest({String? captchaChallenge, String? captchaResponse, bool? disabled, String? displayName, String? email, bool? emailVerified, String? idToken, String? instanceId, String? localId, String? password, String? phoneNumber, String? photoUrl, String? tenantId, String? tenantProjectNumber})
IdentitytoolkitRelyingpartySignupNewUserRequest.fromJson(Map json_)

Properties

captchaChallenge String?
The captcha challenge.
getter/setter pair
captchaResponse String?
Response to the captcha.
getter/setter pair
disabled bool?
Whether to disable the user.
getter/setter pair
displayName String?
The name of the user.
getter/setter pair
email String?
The email of the user.
getter/setter pair
emailVerified bool?
Mark the email as verified or not.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idToken String?
The GITKit token of the authenticated user.
getter/setter pair
instanceId String?
Instance id token of the app.
getter/setter pair
localId String?
Privileged caller can create user with specified user id.
getter/setter pair
password String?
The new password of the user.
getter/setter pair
phoneNumber String?
Privileged caller can create user with specified phone number.
getter/setter pair
photoUrl String?
The photo url of the user.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantId String?
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.
getter/setter pair
tenantProjectNumber String?
Tenant project number to be used for idp discovery.
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