Module workflow

Source
Expand description

OAuth workflow implementation.

Structs§

ATProtocolSession
Represents an authenticated AT Protocol session.
OAuthClient
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.