Module wasm_oidc_plugin::cookie

source ·
Expand description

This module contains logic to parse and save the current authorization state in a cookie

Structs§

  • Struct parse the cookie from the request into a struct in order to access the fields and also to save the cookie on the client side
  • Struct that holds all information about the current session including the authorization state, the original path, the PKCE code verifier and the state