9.1.2.14. GeoHealthCheck.resourceauth
9.1.2.14.1. Module Contents
9.1.2.14.1.1. Classes
Base class for specific Plugin implementations to perform |
9.1.2.14.1.2. Attributes
- GeoHealthCheck.resourceauth.APP
- GeoHealthCheck.resourceauth.LOGGER
- class GeoHealthCheck.resourceauth.ResourceAuth[source]
Bases:
plugin.Plugin
Base class for specific Plugin implementations to perform authentication on a Resource. Subclasses provide specific auth methods like Basic Auth, Bearer Token etc.
- static get_auth_defs()[source]
Get available ResourceAuth definitions. :return: dict keyed by NAME with object instance values
- static decode(encoded)[source]
Decode/decrypt encrypted string into auth dict. :return: encoded auth dict