AdminUserAttributes class

Inheritance

Constructors

AdminUserAttributes({String? email, String? phone, String? password, Object? data, Map<String, dynamic>? userMetadata, Map<String, dynamic>? appMetadata, bool? emailConfirm, bool? phoneConfirm, String? banDuration})

Properties

appMetadata Map<String, dynamic>?
A custom data object to store the user's application specific metadata. This maps to the auth.users.app_metadata column.
final
banDuration String?
Determines how long a user is banned for.
final
data Object?
A custom data object to store the user's metadata. This maps to the auth.users.user_metadata column.
getter/setter pairinherited
email String?
The user's email.
getter/setter pairinherited
emailConfirm bool?
Confirms the user's email address if set to true.
final
hashCode int
The hash code for this object.
no setterinherited
password String?
The user's password.
getter/setter pairinherited
phone String?
The user's phone.
getter/setter pairinherited
phoneConfirm bool?
Confirms the user's phone number if set to true.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userMetadata Map<String, dynamic>?
A custom data object to store the user's metadata. This maps to the auth.users.user_metadata column.
final

Methods

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

Operators

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