utilities package for SHIELD ID(Security365 Cloud Idaas)
Project description
shieldid
Python client library for the SHIELD ID, supported under python 3.7 and above. SHIELD ID is Idaas of Security 365 Cloud (https://www.security365.com)
installation
pip install shieldid
usage
device authorization flow
from shieldid import IapBuilder
builder = IapBuilder()
info, ok, err_msg = ( builder.device_authorize("address of SHIELD ID server")
.build())
if not ok:
print(err_msg)
else:
print(info.get_company_id()) # company id
print(info.get_access_token()) # access token
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
shieldid-0.1.2.tar.gz
(6.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file shieldid-0.1.2.tar.gz.
File metadata
- Download URL: shieldid-0.1.2.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1cf633f4a2af3e05bf78e1b06a603cfd8434f91024a5289cb75cf566cf004484
|
|
| MD5 |
3f266e063d9ba67b43249469e19bb5df
|
|
| BLAKE2b-256 |
2a46d1dfe9e7b37fc44a2cfe07e0892b43e7853ff7c16f814ab65f40c462cecb
|
File details
Details for the file shieldid-0.1.2-py3-none-any.whl.
File metadata
- Download URL: shieldid-0.1.2-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9e07833f82d6b5322c7d4c42e926ccaf60b49e8700f31a17d3789d54cc04855
|
|
| MD5 |
49e20021d9c57c5f89bacb3c8d427d49
|
|
| BLAKE2b-256 |
de8c19c2498160e5c567630f6cbff2387056c2cff161017eec4058ad30b46230
|