Module resources

Module resources 

Source
Expand description

OAuth resource and authorization server management. OAuth resource discovery and validation.

Discover and validate OAuth 2.0 configuration from AT Protocol PDS servers using RFC 8414 well-known endpoints.

Structs§

AuthorizationServer
OAuth 2.0 authorization server metadata from RFC 8414 oauth-authorization-server endpoint.
OAuthProtectedResource
OAuth 2.0 protected resource metadata from RFC 8414 oauth-protected-resource endpoint.

Functions§

oauth_authorization_server
Fetches and validates authorization server metadata from a PDS’s well-known endpoint.
oauth_protected_resource
Fetches and validates protected resource metadata from a PDS’s well-known endpoint.
pds_resources
Retrieves and validates OAuth configuration from a Personal Data Server (PDS).