Structure
JWKS
A JSON Web Key Set.
struct JWKS
Overview
A JSON object that represents a set of JWKs. Read specification (RFC 7517) https://tools.ietf.org/html/rfc7517.
Topics
Initializers
init(from:)Creates a new instance by decoding from the given decoder.init(keys:)
Instance Properties
keysAll JSON Web Keys
Instance Methods
find(identifier:)Retrieves the desired keys from the JSON Web Key Set Multiple keys can have the samekidif they have differentktyvalues.find(identifier:type:)Retrieves the desired key from the JSON Web Key Set
Relationships
Conforms To
Swift.DecodableSwift.EncodableSwift.SendableSwift.SendableMetatype