Expand description
OAuth2 server endpoints
This module provides OAuth2 authorization server endpoints that integrate with OIDC, token lifecycle, consent, and risk simulation.
Structs§
- Authorization
Code Info - Authorization code information
- Authorization
Request - OAuth2 authorization request parameters
- OAuth2
Server State - OAuth2 server state
- Token
Request - OAuth2 token request
- Token
Response - OAuth2 token response
Functions§
- authorize
- OAuth2 authorization endpoint
- oauth2_
server_ router - Create OAuth2 server router
- token
- OAuth2 token endpoint