TrustedOAuth2JwtGrantJsonWebKey class abstract

OAuth2 JWT Bearer Grant Type Issuer Trusted JSON Web Key

Properties:

  • kid - The "key_id" is key unique identifier (same as kid header in jws/jwt).
  • set_ - The "set" is basically a name for a group(set) of keys. Will be the same as "issuer" in grant.
Annotations
  • @BuiltValue()

Constructors

TrustedOAuth2JwtGrantJsonWebKey([void updates(dynamic b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
kid String?
The "key_id" is key unique identifier (same as kid header in jws/jwt).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
set_ String?
The "set" is basically a name for a group(set) of keys. Will be the same as "issuer" in grant.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(dynamic)) TrustedOAuth2JwtGrantJsonWebKey
Rebuilds the instance.
inherited
toBuilder() → dynamic
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<TrustedOAuth2JwtGrantJsonWebKey>
no setter