FirestoreJsonAccessToken class

Inheritance

Constructors

FirestoreJsonAccessToken(Map<String, dynamic>? json, DateTime createdAt)

Properties

accessToken String?
no setteroverride
createdAt DateTime
final
displayName String?
no setter
email String?
no setter
expiresAt DateTime
no setteroverride
expiresInSeconds int?
no setter
hashCode int
The hash code for this object.
no setterinherited
isExpired bool
no setterinherited
json Map<String, dynamic>?
final
kind String?
no setter
localId String?
no setter
refreshToken String?
no setteroverride
registered bool?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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