submit_login_code
Complete a sign-in started by login, using the 'code' value the user copied from the browser address bar. On success the user can place orders from that restaurant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The code value copied from the redirect URL after signing in. | |
| label | No | Optional label for this account, e.g. 'work' or 'personal'. Defaults to the email address on the account. | |
| clientId | No | clientId of the restaurant being signed in to. Omit if only one sign-in is in progress. |