Handles the OAuth provider callback after user authorization. This endpoint processes the authorization code and exchanges it for an access token. On success, displays an HTML page that closes the authorization window.
State parameter for OAuth security (CSRF protection)
Authorization code from the OAuth provider
Error code if authorization failed
Error description if authorization failed
OAuth authorization successful. Returns HTML page that closes the authorization window.
The response is of type string.