IdentitytoolkitRelyingpartySetAccountInfoRequest class
Request to set the account information.
Constructors
-
IdentitytoolkitRelyingpartySetAccountInfoRequest({String? captchaChallenge, String? captchaResponse, String? createdAt, String? customAttributes, String? delegatedProjectNumber, List<
String> ? deleteAttribute, List<String> ? deleteProvider, bool? disableUser, String? displayName, String? email, bool? emailVerified, String? idToken, String? instanceId, String? lastLoginAt, String? localId, String? oobCode, String? password, String? phoneNumber, String? photoUrl, List<String> ? provider, bool? returnSecureToken, bool? upgradeToFederatedLogin, String? validSince}) - IdentitytoolkitRelyingpartySetAccountInfoRequest.fromJson(Map _json)
Properties
- captchaChallenge ↔ String?
-
The captcha challenge.
getter/setter pair
- captchaResponse ↔ String?
-
Response to the captcha.
getter/setter pair
- createdAt ↔ String?
-
The timestamp when the account is created.
getter/setter pair
- customAttributes ↔ String?
-
The custom attributes to be set in the user's id token.
getter/setter pair
- delegatedProjectNumber ↔ String?
-
GCP project number of the requesting delegated app.
getter/setter pair
-
deleteAttribute
↔ List<
String> ? -
The attributes users request to delete.
getter/setter pair
-
deleteProvider
↔ List<
String> ? -
The IDPs the user request to delete.
getter/setter pair
- disableUser ↔ 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
- lastLoginAt ↔ String?
-
Last login timestamp.
getter/setter pair
- localId ↔ String?
-
The local ID of the user.
getter/setter pair
- oobCode ↔ String?
-
The out-of-band code of the change email request.
getter/setter pair
- password ↔ String?
-
The new password of the user.
getter/setter pair
- phoneNumber ↔ String?
-
Privileged caller can update user with specified phone number.
getter/setter pair
- photoUrl ↔ String?
-
The photo url of the user.
getter/setter pair
-
provider
↔ List<
String> ? -
The associated IDPs of the user.
getter/setter pair
- returnSecureToken ↔ bool?
-
Whether return sts id token and refresh token instead of gitkit token.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- upgradeToFederatedLogin ↔ bool?
-
Mark the user to upgrade to federated login.
getter/setter pair
- validSince ↔ String?
-
Timestamp in seconds for valid login token.
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