Home > @vsf-enterprise/commercetools-api > Token
# Token interface
Token returned by commercetools API
Signature:
export interface Token
# Properties
| Property | Type | Description |
|---|---|---|
| access_token | string | |
| expires_at | number | |
| expires_in | number | |
| refresh_token | string | |
| scope | string | |
| token_type | string |