Initializervapor.jwt-kit 5.2.0JWTKit
init(stringLiteral:)
HMAC.swift:26init(stringLiteral value: StringLiteralType)
init(stringLiteral value: StringLiteralType)
import JWTKit
🔑 JSON Web Token signing and verification (HMAC, RSA, PSS, ECDSA, EdDSA) using SwiftCrypto.
struct HMACKey
typealias StringLiteralType = String
The default type for an otherwise-unconstrained string literal.
init(from data: some DataProtocol)
init(from string: some StringProtocol)
init(key: SymmetricKey)