Identity class

Identity

Implemented types

Constructors

Identity({required String $id, required String $createdAt, required String $updatedAt, required String userId, required String provider, required String providerUid, required String providerEmail, required String providerAccessToken, required String providerAccessTokenExpiry, required String providerRefreshToken, required String providerIdToken})
Identity.fromMap(Map<String, dynamic> map)
factory

Properties

$createdAt → String
Identity creation date in ISO 8601 format.
final
$id → String
Identity ID.
final
$updatedAt → String
Identity update date in ISO 8601 format.
final
hashCode → int
The hash code for this object.
no setterinherited
provider → String
Identity Provider.
final
providerAccessToken → String
Identity Provider Access Token.
final
providerAccessTokenExpiry → String
The date of when the access token expires in ISO 8601 format.
final
providerEmail → String
Email of the User in the Identity Provider.
final
providerIdToken → String
Identity Provider ID token (JWT) from the most recent native sign-in. Empty for identities created through the browser OAuth2 flow.
final
providerRefreshToken → String
Identity Provider Refresh Token.
final
providerUid → String
ID of the User in the Identity Provider.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
userId → String
User ID.
final

Methods

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

Operators

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