OpenIdUser class

OpenIdUser class, contains the infos for a open id user

Constructors

OpenIdUser({String? id, String? name, String? preferredUsername, String? givenName, String? familyName, String? middleName, String? nickname, String? picture, String? website, String? email, bool? emailVerified, String? gender, String? zoneinfo, String? locale, String? phoneNumber, bool? phoneNumberVerified, Address? address, String? birthdate, String? externalId})
OpenIdUser default constructor
const

Properties

address Address?
Your user Address
final
birthdate String?
Your user birthdate
final
email String?
Your user email
final
emailVerified bool?
Is your user email verified
final
externalId String?
Your user externalId
final
familyName String?
Your user familyName
final
gender String?
Your user gender
final
givenName String?
Your user givenName
final
hashCode int
The hash code for this object.
no setterinherited
id String?
Your user id
final
locale String?
Your user locale
final
middleName String?
Your user middleName
final
name String?
Your user name
final
nickname String?
Your user nickname
final
phoneNumber String?
Your user phoneNumber
final
phoneNumberVerified bool?
Is your user phoneNumber verified
final
picture String?
Your user picture
final
preferredUsername String?
Your user preferredUsername
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
website String?
Your user website
final
zoneinfo String?
Your user zoneinfo
final

Methods

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

Operators

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