Module oauth2_server

Module oauth2_server 

Source
Expand description

OAuth2 server endpoints

This module provides OAuth2 authorization server endpoints that integrate with OIDC, token lifecycle, consent, and risk simulation.

Structs§

AuthorizationCodeInfo
Authorization code information
AuthorizationRequest
OAuth2 authorization request parameters
OAuth2ServerState
OAuth2 server state
TokenRequest
OAuth2 token request
TokenResponse
OAuth2 token response

Functions§

authorize
OAuth2 authorization endpoint
oauth2_server_router
Create OAuth2 server router
token
OAuth2 token endpoint