Google OAuth Callback API for SSO Sign In

post/api/v2/google/oauth/callback

Request Body

id_token string required
The ID token issued by Google.
state string
The state parameter to prevent cross-site request forgery attacks.
error string
The error code returned by Google, if any.
error_description string
A description of the error returned by Google, if any.

302 Response