Expand description
OAuth workflow implementation.
Structs§
- ATProtocol
Session - Represents an authenticated AT Protocol session.
- OAuth
Client - OAuth client configuration containing essential client credentials.
Functions§
- oauth_
complete - Completes the OAuth authorization flow by exchanging the authorization code for tokens.
- oauth_
init - Initiates an OAuth authorization flow using Pushed Authorization Request (PAR).
- session_
exchange - Exchanges an OAuth access token for an AT Protocol session.