# IssueShortLivedChannelAccessTokenResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **access_token** | **String** | A short-lived channel access token. Valid for 30 days. Note: Channel access tokens cannot be refreshed. | **expires_in** | **i32** | Time until channel access token expires in seconds from time the token is issued. | **token_type** | **String** | Token type. The value is always `Bearer`. | [default to Bearer] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)