OidcData class

This class represents the OIDC struct.

Constructors

OidcData.fromJson(Map<String, dynamic> json)
The default constructor.
factory

Properties

address Address?
The address of the user.
final
emailVerified String?
The verified email address of the user.
final
hashCode int
The hash code for this object.
no setterinherited
locale String?
The language locale of the user.
final
middleName String?
The middle name of the user.
final
name String?
The name of the user.
final
phoneNumber String?
The phone number of the user.
final
phoneNumberVerified String?
The verified phone number of the user.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime?
The timestamp when the user was last updated.
final
website String?
The website url of the user.
final
zoneInfo String?
The zone info of the user.
final

Methods

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

Operators

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