Log into the account using Google
Returns an access token and the refresh token.
POST/v3/accounts/login-google
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| origin | string | header | |
| user-Agent | string | header |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| accountAlias | string | Unique account alias. | min: 0, max: 256 |
| email* | string | Email address of the user. | min: 1, max: 256, format: email |
| idToken* | string | Google id token of the user. | min: 8, max: 2048 |
Request Example
Responses
200
400
409
429
500