Skip to content

Initializer

init(value:)

Initializes the claim with its value.
init(value: Self.Value)

Default Implementations

JWTMultiValueClaim Implementations

  • 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.