Expand description
This module contains the responses for the OpenID discovery and jwks endpoints
Structs§
- Code
Callback - Struct that defines how the callback looks like to serialize it better with serde
- JWKs
Response - JWKs response Contains a list of keys that are retrieved from the jwks uri
- Open
IdDiscovery Response - OpenID Connect Discovery Response
- Provider
Selection Callback - Struct that defines how the callback looks like to serialize it better with serde
Enums§
- Json
WebKey - JWK Define the structure of each key type that are retrieved from the jwks uri
- Signing
Key - Enum that holds the public keys used to validate ID Tokens. Upstream jwt-simple for normal keys; fork for RSA moduli > 4096 bits.
Constants§
- RSA_
MODULUS_ 🔒BYTES_ 4096 - RSA modulus longer than 4096 bits is 512+ bytes in raw form.