v1

latestOpenAPI 3.0.02026-08-0610682246.0 KB
OAuth Flow

Handle Apple OAuth 2.0 callback

Processes the authorization code returned by Apple after user authentication. The server exchanges the authorization code with Apple's token endpoint and validates the returned tokens before establishing the user session.

get/oauth/apple/callback

Query parameters

codestring required

Authorization code returned by Apple.

statestring required

OAuth state parameter to prevent CSRF attacks.