LogtoUserInfoResponse class

Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

LogtoUserInfoResponse({required String sub, String? username, String? name, String? picture, String? email, bool? emailVerified, String? phoneNumber, bool? phoneNumberVerified, Map<String, dynamic>? customData, Map<String, dynamic>? identities, List<String>? organizations, List<String>? organizationRoles, List<OrganizationData>? organizationData})
LogtoUserInfoResponse.fromJson(Map<String, dynamic> json)
factory

Properties

customData Map<String, dynamic>?
final
email String?
final
emailVerified bool?
final
hashCode int
The hash code for this object.
no setterinherited
identities Map<String, dynamic>?
final
name String?
final
organizationData List<OrganizationData>?
final
organizationRoles List<String>?
final
organizations List<String>?
final
phoneNumber String?
final
phoneNumberVerified bool?
final
picture String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sub String
final
username String?
final

Methods

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

Operators

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