Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Type Alias

JWK.KeyType.RawValue

The raw type that can be used to represent all values of the conforming type.
typealias RawValue = String

Discussion

Every distinct value of the conforming type has a corresponding unique value of the RawValue type, but there may be values of the RawValue type that don’t have a corresponding value of the conforming type.