Skip to main content

Module responses

Module responses 

Source
Expand description

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

Structs§

CodeCallback
Struct that defines how the callback looks like to serialize it better with serde
JWKsResponse
JWKs response Contains a list of keys that are retrieved from the jwks uri
OpenIdDiscoveryResponse
OpenID Connect Discovery Response
ProviderSelectionCallback
Struct that defines how the callback looks like to serialize it better with serde

Enums§

JsonWebKey
JWK Define the structure of each key type that are retrieved from the jwks uri
SigningKey
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.