UserProfile class abstract

UserProfile

Properties:

  • id - Unique id of the user in Kinde.
  • preferredEmail - Default email address of the user in Kinde.
  • providedId - Value of the user's id in a third-party system when the user is imported into Kinde.
  • lastName - User's last name.
  • firstName - User's first name.
  • picture - URL that point's to the user's picture or avatar
Annotations
  • @BuiltValue()

Constructors

UserProfile([void updates(UserProfileBuilder b)])
factory

Properties

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
lastName String?
User's last name.
no setter
picture String?
URL that point's to the user's picture or avatar
no setter
preferredEmail String?
Default email address of the user in Kinde.
no setter
providedId String?
Value of the user's id in a third-party system when the user is imported into Kinde.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(UserProfileBuilder)) UserProfile
Rebuilds the instance.
inherited
toBuilder() UserProfileBuilder
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<UserProfile>
no setter