[][src]Module aliri_jose::error

Common errors

Structs

IncompatibleAlgorithm

The JWK cannot be used with the requested algorithm

JwkUsageMismatch

The JWK has a specific usage that disallows this use

KeyRejected

The key was rejected

MalformedJwt

The JWT is malformed and cannot be parsed out into header, payload, and signature sections

MalformedJwtHeader

The JWT header section is malformed

MalformedJwtPayload

The JWT payload section is malformed

MalformedJwtSignature

The JWT signature section is malformed

MissingPrivateKey

Missing private key

SignatureMismatch

The signature did not match

Unexpected

Unexpected error (possibly a bug)

Enums

ClaimsRejected

An error occurring when validating the claims of a JWT

JwkVerifyError

An error occurring while verifying a signature with a JWK

JwtVerifyError

An error occurring while verifying a JWT

SigningError

An error occurring while creating a signature