Instance Methodvapor.jwt-kit 5.1.2JWTKit
encode(to:)
JWKIdentifier.swift:15func encode(to encoder: Encoder) throws
func encode(to encoder: Encoder) throws
import JWTKit
🔑 JSON Web Token signing and verification (HMAC, RSA, PSS, ECDSA, EdDSA) using SwiftCrypto.
struct JWKIdentifier
protocol Encoder
A type that can encode values into a native format for external representation.
init(from decoder: Decoder) throws
init(string: String)
init(stringLiteral value: String)
let string: String