Structure
JWTError.ErrorType
struct ErrorType
Topics
Instance Properties
var description: StringA textual representation of this instance.
Type Properties
static let claimVerificationFailure: JWTError.ErrorTypestatic let generic: JWTError.ErrorTypestatic let invalidBool: JWTError.ErrorTypestatic let invalidHeaderField: JWTError.ErrorTypestatic let invalidJWK: JWTError.ErrorTypestatic let invalidX5CChain: JWTError.ErrorTypestatic let malformedToken: JWTError.ErrorTypestatic let missingKIDHeader: JWTError.ErrorTypestatic let missingX5CHeader: JWTError.ErrorTypestatic let noKeyProvided: JWTError.ErrorTypestatic let signatureVerificationFailed: JWTError.ErrorTypestatic let signingAlgorithmFailure: JWTError.ErrorTypestatic let unknownKID: JWTError.ErrorTypestatic let unsupportedAlgorithm: JWTError.ErrorTypestatic let unsupportedCurve: JWTError.ErrorType
Relationships
Conforms To
Swift.CustomStringConvertibleSwift.EquatableSwift.HashableSwift.SendableSwift.SendableMetatype