FirebaseTokenVerifier class

Constructors

FirebaseTokenVerifier({required Uri clientCertUrl, required Uri issuer, required FirebaseTokenInfo tokenInfo, required FirebaseAdminApp app})

Properties

app FirebaseAdminApp
final
hashCode int
The hash code for this object.
no setterinherited
issuer Uri
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenInfo FirebaseTokenInfo
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
verifyJWT(String jwtToken, {bool isEmulator = false}) Future<DecodedIdToken>

Operators

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