Module oauth_simple

Module oauth_simple 

Source
Expand description

OAuth 2.0 Advanced Features API Endpoints

This module implements basic OAuth 2.0 advanced features:

  • RFC 7662: Token Introspection (basic implementation)
  • RFC 9126: Pushed Authorization Requests (basic implementation)

Structs§

DeviceAuthForm
DeviceAuthResponse
PARForm
PARResponse
TokenIntrospectForm
TokenIntrospectResponse

Functions§

device_authorization
POST /api/v1/oauth/device_authorization
Device authorization endpoint (RFC 8628)
introspect_token
POST /api/v1/oauth/introspect Token introspection endpoint (RFC 7662)
pushed_authorization_request
POST /api/v1/oauth/par Pushed Authorization Request endpoint (RFC 9126)