AuthTokenResult class

Constructors

AuthTokenResult({required DateTime authTime, required Map<String, dynamic> claims, required DateTime expirationTime, required DateTime issuedAtTime, required String signInProvider, required String token})

Properties

authTime DateTime
getter/setter pair
claims Map<String, dynamic>
getter/setter pair
expirationTime DateTime
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
issuedAtTime DateTime
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signInProvider String
getter/setter pair
token String
getter/setter pair

Methods

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

Operators

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