Auth
Google SSO

Google Sso Callback

Handle Google SSO OAuth callback.

Exchanges the authorization code for tokens and creates/logs in the user.

get/auth/google/callback

Query parameters

codestring required
statestring required

Response

Successful Response

user_idstring uuid required
access_tokenstring required
access_expiresinteger required
refresh_tokenstring required
refresh_expiresinteger required
token_typestring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.