Module jose

Source
Available on crate feature experimental-oidc only.
Expand description

Requests and method related to JSON Object Signing and Encryption.

Structs§

JwtVerificationData
The data required to verify a JWT.

Functions§

fetch_jwks
Fetch a JWKS at the given URL.
verify_id_token
Decode and verify an ID Token.
verify_signed_jwt
Decode and verify a signed JWT.