FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

userclouds/sdk-python · GitHub

Repository files navigation

UserClouds Python SDK

Prerequisites:

  • Python 3.9+

Install the SDK by running

pip3 install usercloudssdk

You need to have a tenant on UserClouds to run the sample code against. Once you have the tenant information, you can try running the various samples in this repo. Clone this repo locally, and then update the following lines in userstore_sample.py:

client_id = "<REPLACE ME>"
client_secret = "<REPLACE ME>"
url = "<REPLACE ME>"

with the details from your tenant.

then run:

python3 userstore_sample.py

You can do the same with authz_sample.py and tokenizer_sample.py

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL