Handle OAuth2 callback from providers. Processes authorization code and completes authentication flow.
Session cookie authentication for production deployments. The session token is automatically set as an HTTP-only, secure cookie.
Authorization code from OAuth provider
State parameter for CSRF protection
Error parameter if OAuth failed
OAuth authentication completed successfully
The response is of type object
.