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§
- Callback
Result - Result from a successful OAuth callback.
- Callback
Server - HTTP server that listens for the OAuth callback.
Enums§
Constants§
- CALLBACK_
PATH - Re-export for backward compatibility.
- DEFAULT_
PORT - Re-export for backward compatibility.