UserProfileV2 class abstract

UserProfileV2

Properties:

  • id - Unique id of the user in Kinde (deprecated).
  • sub - Unique id of the user in Kinde.
  • providedId - Value of the user's id in a third-party system when the user is imported into Kinde.
  • name - Users's first and last name separated by a space.
  • givenName - User's first name.
  • familyName - User's last name.
  • updatedAt - Date the user was last updated at (In Unix time).
  • email - User's email address if available.
  • picture - URL that point's to the user's picture or avatar
Annotations
  • @BuiltValue()

Constructors

UserProfileV2([void updates(UserProfileV2Builder b)])
factory

Properties

email String?
User's email address if available.
no setter
familyName String?
User's last name.
no setter
givenName 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 (deprecated).
no setter
name String?
Users's first and last name separated by a space.
no setter
picture String?
URL that point's to the user's picture or avatar
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
sub String?
Unique id of the user in Kinde.
no setter
updatedAt int?
Date the user was last updated at (In Unix time).
no setter

Methods

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