hub_schemas
Config YAML specification classes related to hub/AM/auth configuration.
Classes
APIKeys
class APIKeys(access_key_id: str, access_key: str):API keys for BitfountSession.
AccessManagerConfig
class AccessManagerConfig(url: str = 'https://am.hub.bitfount.com'):Configuration for the access manager.
Variables
- static
url : str
HubConfig
class HubConfig(url: str = 'https://hub.bitfount.com'):Configuration for the hub.
Variables
- static
url : str