Type Aliasvapor.jwt-kit 5.1.2JWTKit
RawValue
JWK.swift:69typealias RawValue = String
typealias RawValue = String
import JWTKit
🔑 JSON Web Token signing and verification (HMAC, RSA, PSS, ECDSA, EdDSA) using SwiftCrypto.
struct KeyType
Supported kty
key types.
struct JWK
A JSON Web Key.
@frozen struct String
A Unicode string value that is a collection of characters.
init(from decoder: any Decoder) throws
init?(rawValue: String)
static let ecdsa: JWK.KeyType
ECDSA
static let octetKeyPair: JWK.KeyType
Octet Key Pair
static let rsa: JWK.KeyType
RSA
var rawValue: String { get }
func encode(to encoder: any Encoder) throws