Skip to content

Class

JWTKeyCollection

A collection of JWT and JWK signers for handling JSON Web Tokens (JWTs).
actor JWTKeyCollection

Overview

This actor provides methods to manage multiple keys. It can be used to verify and decode JWTs, as well as to sign and encode JWTs. It also facilitates the encoding and decoding of JWTs using custom or default JSON encoders and decoders.

Topics

Initializers

Instance Properties

Instance Methods

Relationships

Conforms To

  • Swift.Sendable
  • Swift.SendableMetatype
  • _Concurrency.Actor