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§
- Authorization
Server - OAuth 2.0 authorization server metadata from RFC 8414 oauth-authorization-server endpoint.
- OAuth
Protected Resource - 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).