File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ def __init__(
9999 authorization_url: Set a URL if you want to customize the URL `https://slack.com/oauth/v2/authorize`
100100 installation_store: Specify the instance of `InstallationStore` (Default: `FileInstallationStore`)
101101 installation_store_bot_only: Use `InstallationStore#find_bot()` if True (Default: False)
102+ token_rotation_expiration_minutes: Minutes before refreshing tokens (Default: 2 hours)
102103 state_store: Specify the instance of `InstallationStore` (Default: `FileOAuthStateStore`)
103104 state_cookie_name: The cookie name that is set for installers' browser. (Default: "slack-app-oauth-state")
104105 state_expiration_seconds: The seconds that the state value is alive (Default: 600 seconds)
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ def __init__(
9494 authorization_url: Set a URL if you want to customize the URL `https://slack.com/oauth/v2/authorize`
9595 installation_store: Specify the instance of `InstallationStore` (Default: `FileInstallationStore`)
9696 installation_store_bot_only: Use `InstallationStore#find_bot()` if True (Default: False)
97+ token_rotation_expiration_minutes: Minutes before refreshing tokens (Default: 2 hours)
9798 state_store: Specify the instance of `InstallationStore` (Default: `FileOAuthStateStore`)
9899 state_cookie_name: The cookie name that is set for installers' browser. (Default: "slack-app-oauth-state")
99100 state_expiration_seconds: The seconds that the state value is alive (Default: 600 seconds)
You can’t perform that action at this time.
0 commit comments