provenaclient.modules.link
Created Date: Friday May 31st 2024 +1000 Author: Peter Baker —– Last Modified: Friday May 31st 2024 9:50:26 am +1000 Modified By: Peter Baker —– Description: A L3 module which is setup to interact more nicely with the Username Person Link service. —– HISTORY: Date By Comments ———- — ———————————————————
18-06-2024 | Peter Baker | Initial ideas included but is not finished/ready. Blocked by Registry API functionality.
Classes
This class interface just captures that the client has an instantiated auth |
Module Contents
- class provenaclient.modules.link.Link(auth: provenaclient.auth.manager.AuthManager, config: provenaclient.utils.config.Config, auth_client: provenaclient.clients.AuthClient)[source]
Bases:
provenaclient.modules.module_helpers.ModuleService
This class interface just captures that the client has an instantiated auth manager which allows for helper functions abstracted for L3 clients.
- _auth_client: provenaclient.clients.AuthClient
- _auth
- _config