Complete OAuth authorization flow.
Validates the state token, exchanges the authorization code for tokens, and creates or updates the user record. Returns JWT tokens.
Flow:
Successful Response
Response for successful OAuth callback authentication.
JWT access token
JWT refresh token
Access token expiration time in seconds
Account information
User information
Whether a new user was created
Whether a new account was created