Repository URL to install this package:
|
Version:
3.7.0 ▾
|
"""OAuth state parameter data store
Refer to https://slack.dev/python-slack-sdk/oauth/ for details.
"""
# from .amazon_s3_state_store import AmazonS3OAuthStateStore
from .file import FileOAuthStateStore # noqa
from .state_store import OAuthStateStore # noqa