Expand description
OAuth 2.0 Authorization Server Implementation
This module provides a fully secure OAuth 2.0 authorization server implementation with all critical vulnerabilities addressed and proper validation.
Structs§
- Authorization
Request - Authorization request structure
- OAuth2
Config - OAuth 2.0 server configuration
- OAuth2
Server - OAuth 2.0 Authorization Server
- Token
Request - Token request structure
- Token
Response - Token response structure
Enums§
- Grant
Type - OAuth 2.0 grant types
- Response
Type - OAuth 2.0 response types