v10

latestOpenAPI 3.0.3raw.githubusercontent.com2025-11-287137165.5 KB
Authentication

OAuth callback handler

Handles OAuth callback from external authentication provider

get/accounts/oauth/callback

Query parameters

codestring required

Authorization code from OAuth provider

statestring required

State parameter to prevent CSRF attacks

Response

Authentication successful - typically redirects user

dataobject required

Success response (implementation may vary based on authOrMFA function)