Properties
| Name | Type | Required | Description |
|---|---|---|---|
| accessToken | String | β | Bot token returned from the Slack OAuth exchange. |
| appId | String | β | Slack app identifier for the installed app. |
| authedUser | AuthedUser | β | |
| team | Team | β | |
| botUserId | String | β | Slack user ID of the installed bot. |
| enterprise | Enterprise | β | |
| expiresIn | Long | β | Seconds until the bot access token expires. |
| id | String | β | Unique identifier MagicBell assigns to the Slack installation. |
| incomingWebhook | IncomingWebhook | β | |
| isEnterpriseInstall | Boolean | β | Indicates whether the installation occurred on an enterprise grid. |
| refreshToken | String | β | Refresh token for regenerating the bot access token. |
| scope | String | β | Space-delimited OAuth scopes granted to the bot token. |
| tokenType | String | β | Type of bot token returned by Slack. |