Available on crate feature
experimental-oidc
only.Expand description
Requests and method related to JSON Object Signing and Encryption.
Structs§
- JwtVerification
Data - 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.