https://github.com/hyperonecom/h1-credentials-helper-python
https://github.com/hyperonecom/h1-credentials-helper-python
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyperonecom/h1-credentials-helper-python
- Owner: hyperonecom
- License: mit
- Created: 2020-12-07T12:31:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T00:32:57.000Z (about 5 years ago)
- Last Synced: 2025-07-27T04:15:50.710Z (7 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# h1-credentials-helper-python
## Installation
Describe installation with pip.
## Providers
### Passport provider
Passport provider is based on passport file which can be generated using [h1-cli](https://github.com/hyperonecom/h1-cli).
#### Usage
```python
from "" import get_passport_credentials_helper
auth_provider = get_passport_credentials_helper()
bearer = auth_provider.get_token()
```