Module wasm_oidc_plugin::responses
source · Expand description
This module contains the responses for the OIDC discovery and jwks endpoints
Structs§
- Struct that defines how the callback looks like to serialize it better with serde
- JWKs response Contains a list of keys that are retrieved from the jwks uri
Enums§
- JWK Define the structure of each key type that are retrieved from the jwks uri
- Enum that holds the public keys that will be used for the validation of the ID Token Essentially a wrapper to connect the
JWKsResponse
struct with thejwt_simple
crate to use theverify_token
function