TokenRefreshResult class

Result of a token refresh operation.

Constructors

TokenRefreshResult({required String idToken, required String refreshToken, required int expiresIn})
Creates a token refresh result.
const

Properties

expiresIn int
Token validity duration in seconds.
final
hashCode int
The hash code for this object.
no setterinherited
idToken String
The new Firebase ID token.
final
refreshToken String
The new refresh token (may be the same as before).
final
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