GoogleFirebaseAppcheckV1betaPublicJwkSet class

The currently active set of public keys that can be used to verify App Check tokens.

This object is a JWK set as specified by section 5 of RFC 7517. For security, the response must not be cached for longer than one day.

Properties

hashCode int
The hash code for this object.
no setterinherited
keys List<GoogleFirebaseAppcheckV1betaPublicJwk>?
The set of public keys.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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