A wrapper object for the response to a successful Toast API authentication request.
status | string The value |
object (AuthenticationToken) Information about a Toast platform API session, including an authentication token string that your Toast API client software can present when using other Toast platform APIs. |
{- "token": {
- "tokenType": "Bearer",
- "scope": "string",
- "expiresIn": 86400,
- "accessToken": "string",
- "idToken": "string",
- "refreshToken": "string"
}, - "status": "SUCCESS"
}