utilities package for SHIELD ID(Security365 Cloud Idaas)
Project description
shieldid
A Python client library for SHIELD ID, compatible with Python 3.7 and above. SHIELD ID is the IDaaS (Identity as a Service) solution from 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.4.tar.gz
(5.6 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.4.tar.gz.
File metadata
- Download URL: shieldid-0.1.4.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b45b85d6dc16aadef63a6853bcee4ba320bbabadde0e1faf8c26e0ff84a709c
|
|
| MD5 |
88a2a4aa0e61445835af7c184c692c36
|
|
| BLAKE2b-256 |
bfa62c8bb0868d7193ce8e6e3935e4bfbf504d125bced52e3392081178c1b723
|
File details
Details for the file shieldid-0.1.4-py3-none-any.whl.
File metadata
- Download URL: shieldid-0.1.4-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b0e85fa35a06f634ec8e247116db69ed81c1262209bce2f640f02247f25a8d1
|
|
| MD5 |
966d6fb765637dff99a3604096cc0c5e
|
|
| BLAKE2b-256 |
7daab3ed16c1f0e922f88444c5f02b7921f1463a7a0bfa6d35aa2a9e045a81a6
|