GoogleFirebaseAppcheckV1betaPublicJwk class
A JWK as specified by section 4 of RFC 7517 and section 6.3.1 of RFC 7518.
Constructors
- GoogleFirebaseAppcheckV1betaPublicJwk({String? alg, String? e, String? kid, String? kty, String? n, String? use})
- GoogleFirebaseAppcheckV1betaPublicJwk.fromJson(Map json_)
Properties
- alg ↔ String?
-
See
section 4.4 of RFC 7517.
getter/setter pair
- e ↔ String?
-
See
section 6.3.1.2 of RFC 7518.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- kid ↔ String?
-
See
section 4.5 of RFC 7517.
getter/setter pair
- kty ↔ String?
-
See
section 4.1 of RFC 7517.
getter/setter pair
- n ↔ String?
-
See
section 6.3.1.1 of RFC 7518.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- use ↔ String?
-
See
section 4.2 of RFC 7517.
getter/setter pair
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