BackendUser class

Inheritance
  • Object
  • GoogleCloudIdentitytoolkitV1UserInfo
  • BackendUser

Constructors

BackendUser(String localId)

Properties

createdAt String?
The time, in milliseconds from epoch, when the account was created.
getter/setter pairinherited
customAttributes String?
Custom claims to be added to any ID tokens minted for the account.
getter/setter pairinherited
customAuth bool?
Whether this account has been authenticated using SignInWithCustomToken.
getter/setter pairinherited
dateOfBirth String?
The date of birth set for the account.
getter/setter pairinherited
disabled bool?
Whether the account is disabled.
getter/setter pairinherited
displayName String?
The display name of the account.
getter/setter pairinherited
email String?
The account's email address.
getter/setter pairinherited
emailLinkSignin bool?
Whether the account can authenticate with email link.
getter/setter pairinherited
emailVerified bool?
Whether the account's email address has been verified.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
initialEmail String?
The first email address associated with this account.
getter/setter pairinherited
language String?
The language preference of the account.
getter/setter pairinherited
lastLoginAt String?
The last time, in milliseconds from epoch, this account was logged into.
getter/setter pairinherited
lastRefreshAt String?
Timestamp when an ID token was last minted for this account.
getter/setter pairinherited
localId String
The unique ID of the account.
getter/setter pairinherited-setteroverride-getter
mfaInfo List<GoogleCloudIdentitytoolkitV1MfaEnrollment>?
Information on which multi-factor authentication providers are enabled for this account.
getter/setter pairinherited
passwordHash String?
The account's hashed password.
getter/setter pairinherited
passwordHashAsBytes List<int>
getter/setter pairinherited
passwordUpdatedAt double?
The timestamp, in milliseconds from the epoch of 1970-01-01T00:00:00Z, when the account's password was last updated.
getter/setter pairinherited
phoneNumber String?
The account's phone number.
getter/setter pairinherited
photoUrl String?
The URL of the account's profile photo.
getter/setter pairinherited
providerUserInfo List<GoogleCloudIdentitytoolkitV1ProviderUserInfo>?
Information about the user as provided by various Identity Providers.
getter/setter pairinherited
rawPassword String?
Input only.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
salt String?
The account's password salt.
getter/setter pairinherited
saltAsBytes List<int>
getter/setter pairinherited
screenName String?
This account's screen name at Twitter or login name at GitHub.
getter/setter pairinherited
tenantId String?
ID of the tenant this account belongs to.
getter/setter pairinherited
timeZone String?
The time zone preference of the account.
getter/setter pairinherited
validSince String?
Oldest timestamp, in seconds since epoch, that an ID token should be considered valid.
getter/setter pairinherited
version int?
The version of the account's password.
getter/setter pairinherited

Methods

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

Operators

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