Module oauth2_server

Module oauth2_server 

Source
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§

AuthorizationRequest
Authorization request structure
OAuth2Config
OAuth 2.0 server configuration
OAuth2Server
OAuth 2.0 Authorization Server
TokenRequest
Token request structure
TokenResponse
Token response structure

Enums§

GrantType
OAuth 2.0 grant types
ResponseType
OAuth 2.0 response types