Last active
December 22, 2015 20:39
-
-
Save lkdocs/6528208 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
# Set session = False for a transactional auth request | |
session = True | |
#Set user_push_id to True if you would like to be returned a value that can be used to push requests to the user in the future | |
user_push_id = False | |
auth_request = api.authorize("username", session, user_push_id) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment