Skip to main content

Module oidc_provider

Module oidc_provider 

Source

Structs§

CreateAuthorizationCodeRequest
Input for creating an authorization code.
DeviceAuthorizationResponse
Response from the device authorization endpoint (RFC 8628 Section 3.2).
IntrospectionResponse
Token introspection response (RFC 7662).
OidcProviderConfig
Configuration for the OIDC Provider.
OidcProviderService
OIDC Provider service — authx as IdP.
OidcTokenResponse
Response from the token endpoint.

Enums§

DeviceCodeError
Error type specific to device code polling (RFC 8628 Section 3.5).

Functions§

jwks_from_public_pem
JWKS document for the OIDC provider’s signing key.
oidc_discovery_document
Generate the OIDC discovery document (JSON for /.well-known/openid-configuration).