Static Propertyvapor.jwt-kit 5.1.2JWTKit
unsupportedCurve
JWTError.swift:45static let unsupportedCurve: JWTError.ErrorType
static let unsupportedCurve: JWTError.ErrorType
import JWTKit
🔑 JSON Web Token signing and verification (HMAC, RSA, PSS, ECDSA, EdDSA) using SwiftCrypto.
struct ErrorType
struct JWTError
JWT error type.
static let claimVerificationFailure: JWTError.ErrorType
static let generic: JWTError.ErrorType
static let invalidBool: JWTError.ErrorType
static let invalidHeaderField: JWTError.ErrorType
static let invalidJWK: JWTError.ErrorType
static let invalidX5CChain: JWTError.ErrorType
static let malformedToken: JWTError.ErrorType
static let missingKIDHeader: JWTError.ErrorType
static let missingX5CHeader: JWTError.ErrorType
static let noKeyProvided: JWTError.ErrorType
static let signatureVerificationFailed: JWTError.ErrorType
static let signingAlgorithmFailure: JWTError.ErrorType
static let unknownKID: JWTError.ErrorType
var description: String { get }