Skip to content

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

Instance Properties

  • keys
    All JSON Web Keys

Instance Methods

  • find(identifier:)
    Retrieves the desired keys from the JSON Web Key Set Multiple keys can have the same kid if they have different kty values.
  • find(identifier:type:)
    Retrieves the desired key from the JSON Web Key Set

Relationships

Conforms To

  • Swift.Decodable
  • Swift.Encodable
  • Swift.Sendable
  • Swift.SendableMetatype