Skip to content

Protocol

JWTMultiValueClaim

protocol JWTMultiValueClaim : JWTClaim where Self.Value : Collection, Self.Value.Element : Decodable, Self.Value.Element : Encodable

Topics

Initializers

  • init(value:)
    Single-element initializer. Uses the CollectionOfOneDecoder to work around the lack of an initializer on the Collection protocol. Not spectacularly efficient, but it works.

Relationships

Inherits From

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

Conforming Types