Created
February 1, 2020 11:27
-
-
Save taranjeet/3a7ef6a43dcd67e7efa1f2022698250e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ACCOUNT_KIT_API_VERSION = 'v1.0' | |
ACCOUNT_KIT_ME_ENDPOINT_BASE_URL = 'https://graph.accountkit.com/v1.0/me' | |
ACCOUNT_KIT_TOKEN_EXCHANGE_BASE_URL = 'https://graph.accountkit.com/v1.0/access_token' | |
ACCOUNT_KIT_APP_ID = 'your-app-id' | |
ACCOUNT_KIT_APP_SECRET = 'your-app-secret' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment