We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98710e commit 292e9c7Copy full SHA for 292e9c7
slack_bolt/authorization/async_authorize.py
@@ -209,7 +209,7 @@ async def __call__(
209
raise BoltError(self._config_error_message)
210
refreshed = await self.token_rotator.perform_token_rotation(
211
installation=installation,
212
- token_rotation_expiration_minutes=self.token_rotation_expiration_minutes,
+ minutes_before_expiration=self.token_rotation_expiration_minutes,
213
)
214
if refreshed is not None:
215
await self.installation_store.async_save(refreshed)
0 commit comments