Module jwtk::jwk

source ·
Expand description

JWK and JWK Set.

Only public keys are really supported for now.

Structs

  • JWK Representation.
  • JWK Set Representation.
  • Jwk set parsed and converted, ready to verify tokens.
  • A JWK Set served from a remote url. Automatically fetched and cached.
  • A key associated with a key id (kid).