Module wasm_oidc_plugin::responses

source ·
Expand description

This module contains the responses for the OIDC discovery and jwks endpoints

Structs§

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 the jwt_simple crate to use the verify_token function