Appearance
Sign in with Google
POST
/api/v1/auth/google
Verify a Google ID token credential and sign in or create an account.
Request Body
application/json
JSON "credential": "string", "access_token": "string"
{
}
Responses
Successful Response
application/json
JSON "access_token": "string", "token_type": "bearer", "two_factor_required": false, "two_factor_setup_required": false, "two_factor_method": "string", "temp_token": "string"
{
}