UserInfo class abstract

Implementers

Constructors

UserInfo.fromJson(Map<String, dynamic> json)
factory

Properties

address Address?
End-User's preferred postal address.
no setter
birthdate String?
End-User's birthday.
no setter
email String?
End-User's preferred e-mail address.
no setter
emailVerified bool?
true if the End-User's e-mail address has been verified.
no setter
familyName String?
Surname(s) or last name(s) of the End-User.
no setter
gender String?
End-User's gender.
no setter
givenName String?
Given name(s) or first name(s) of the End-User.
no setter
hashCode int
The hash code for this object.
no setterinherited
locale String?
End-User's locale.
no setter
middleName String?
Middle name(s) of the End-User.
no setter
name String?
End-User's full name in displayable form including all name parts, possibly including titles and suffixes, ordered according to the End-User's locale and preferences.
no setter
nickname String?
Casual name of the End-User that may or may not be the same as the given name.
no setter
phoneNumber String?
End-User's preferred telephone number.
no setter
phoneNumberVerified bool?
true if the End-User's phone number has been verified
no setter
picture Uri?
URL of the End-User's profile picture.
no setter
preferredUsername String?
Shorthand name by which the End-User wishes to be referred to at the RP, such as janedoe or j.doe. T
no setter
profile Uri?
URL of the End-User's profile page.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String
Identifier for the End-User at the Issuer.
no setter
updatedAt DateTime?
Time the End-User's information was last updated.
no setter
website Uri?
URL of the End-User's Web page or blog.
no setter
zoneinfo String?
The End-User's time zone.
no setter

Methods

getTyped<T>(String key, {T factory(dynamic v)?}) → T?
Returns the property key as a typed object
inherited
getTypedList<T>(String key, {T factory(dynamic v)?}) List<T>?
Returns the property key as a typed list
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBase64EncodedString() String
Returns the base64 representation
inherited
toBytes() List<int>
Returns the bytes representing the encoded JSON
inherited
toJson() Map<String, dynamic>
Returns a JSON representation
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String key) → dynamic
Returns the property key as a core dart value
inherited