Module callback_server

Module callback_server 

Source
Expand description

Local HTTP server for OAuth callback.

Starts a temporary HTTP server on localhost to receive the OAuth callback containing the authorization code after user approval.

Structs§

CallbackResult
Result from a successful OAuth callback.
CallbackServer
HTTP server that listens for the OAuth callback.

Enums§

CallbackError

Constants§

CALLBACK_PATH
Re-export for backward compatibility.
DEFAULT_PORT
Re-export for backward compatibility.