Skip to content

Protocol

JWTAlgorithm

A protocol defining the necessary functionality for a JWT (JSON Web Token) algorithm. All algorithms conform to JWTAlgorithm to provide custom signing and verification logic for JWT tokens.
protocol JWTAlgorithm : Sendable

Topics

Instance Properties

Instance Methods

Relationships

Inherits From

  • Swift.Sendable
  • Swift.SendableMetatype