FirebaseTokenInfo class

Constructors

FirebaseTokenInfo({required Uri url, required String verifyApiName, required String jwtName, required String shortName, required AuthClientErrorCode expiredErrorCode})

Properties

expiredErrorCode AuthClientErrorCode
JWT Expiration error code.
final
hashCode int
The hash code for this object.
no setterinherited
jwtName String
The JWT full name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortName String
The JWT short name.
final
url Uri
Documentation URL.
final
verifyApiName String
verify API name.
final

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