JsonWebKeySet class abstract

JsonWebKeySet

Properties:

  • keys - The value of the "keys" parameter is an array of JWK values. By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Sets can choose to assign a meaning to the order for their purposes, if desired.
Annotations
  • @BuiltValue()

Constructors

JsonWebKeySet([void updates(JsonWebKeySetBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
keys → BuiltList<JsonWebKey>?
The value of the "keys" parameter is an array of JWK values. By default, the order of the JWK values within the array does not imply an order of preference among them, although applications of JWK Sets can choose to assign a meaning to the order for their purposes, if desired.
no setter
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
rebuild(dynamic updates(JsonWebKeySetBuilder)) JsonWebKeySet
Rebuilds the instance.
inherited
toBuilder() JsonWebKeySetBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<JsonWebKeySet>
no setter