GoogleCloudIdentitytoolkitV1SignUpRequest class
Request message for SignUp.
Constructors
-
GoogleCloudIdentitytoolkitV1SignUpRequest({String? captchaChallenge, String? captchaResponse, String? clientType, bool? disabled, String? displayName, String? email, bool? emailVerified, String? idToken, String? instanceId, String? localId, List<
GoogleCloudIdentitytoolkitV1MfaFactor> ? mfaInfo, String? password, String? phoneNumber, String? photoUrl, String? recaptchaVersion, String? targetProjectId, String? tenantId}) - GoogleCloudIdentitytoolkitV1SignUpRequest.fromJson(Map json_)
Properties
- captchaChallenge ↔ String?
-
getter/setter pair
- captchaResponse ↔ String?
-
The reCAPTCHA token provided by the reCAPTCHA client-side integration.
getter/setter pair
- clientType ↔ String?
-
The client type: web, Android or iOS.
getter/setter pair
- disabled ↔ bool?
-
Whether the user will be disabled upon creation.
getter/setter pair
- displayName ↔ String?
-
The display name of the user to be created.
getter/setter pair
- email ↔ String?
-
The email to assign to the created user.
getter/setter pair
- emailVerified ↔ bool?
-
Whether the user's email is verified.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- idToken ↔ String?
-
A valid ID token for an Identity Platform user.
getter/setter pair
- instanceId ↔ String?
-
getter/setter pair
- localId ↔ String?
-
The ID of the user to create.
getter/setter pair
-
mfaInfo
↔ List<
GoogleCloudIdentitytoolkitV1MfaFactor> ? -
The multi-factor authentication providers for the user to create.
getter/setter pair
- password ↔ String?
-
The password to assign to the created user.
getter/setter pair
- phoneNumber ↔ String?
-
The phone number of the user to create.
getter/setter pair
- photoUrl ↔ String?
-
The profile photo url of the user to create.
getter/setter pair
- recaptchaVersion ↔ String?
-
The reCAPTCHA version of the reCAPTCHA token in the captcha_response.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetProjectId ↔ String?
-
The project ID of the project which the user should belong to.
getter/setter pair
- tenantId ↔ String?
-
The ID of the Identity Platform tenant to create a user under.
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