User class abstract
User
Properties:
- id - Unique id of the user in Kinde.
- providedId - External id for user.
- preferredEmail - Default email address of the user in Kinde.
- lastName - User's last name.
- firstName - User's first name.
- isSuspended - Whether the user is currently suspended or not.
- picture - User's profile picture URL.
- totalSignIns - Total number of user sign ins.
- failedSignIns - Number of consecutive failed user sign ins.
- lastSignedIn - Last sign in date in ISO 8601 format.
- createdOn - Date of user creation in ISO 8601 format.
- organizations - Array of organizations a user belongs to.
- identities - Array of identities belonging to the user.
- Annotations
-
- @BuiltValue()
Constructors
- User([void updates(UserBuilder b)])
-
factory
Properties
- createdOn → String?
-
Date of user creation in ISO 8601 format.
no setter
- failedSignIns → int?
-
Number of consecutive failed user sign ins.
no setter
- firstName → String?
-
User's first name.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
Unique id of the user in Kinde.
no setter
-
identities
→ BuiltList<
UserIdentitiesInner> ? -
Array of identities belonging to the user.
no setter
- isSuspended → bool?
-
Whether the user is currently suspended or not.
no setter
- lastName → String?
-
User's last name.
no setter
- lastSignedIn → String?
-
Last sign in date in ISO 8601 format.
no setter
-
organizations
→ BuiltList<
String> ? -
Array of organizations a user belongs to.
no setter
- picture → String?
-
User's profile picture URL.
no setter
- preferredEmail → String?
-
Default email address of the user in Kinde.
no setter
- providedId → String?
-
External id for user.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalSignIns → int?
-
Total number of user sign ins.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(UserBuilder)) → User -
Rebuilds the instance.
inherited
-
toBuilder(
) → UserBuilder -
Converts the instance to a builder
B
.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
User> -
no setter