9.1.1.1.1.3.1.1. GeoHealthCheck.plugins.resourceauth.resourceauths
9.1.1.1.1.3.1.1.1. Module Contents
9.1.1.1.1.3.1.1.1.1. Classes
Checks if header exists and has given header value. |
|
Basic authentication. |
|
Bearer token auth |
- class GeoHealthCheck.plugins.resourceauth.resourceauths.NoAuth[source]
Bases:
GeoHealthCheck.resourceauth.ResourceAuth
Checks if header exists and has given header value. See http://docs.python-requests.org/en/master/user/quickstart
- NAME = 'None'
- DESCRIPTION = 'Default class for no auth'
- PARAM_DEFS
Param defs
- class GeoHealthCheck.plugins.resourceauth.resourceauths.BasicAuth[source]
Bases:
GeoHealthCheck.resourceauth.ResourceAuth
Basic authentication.
- NAME = 'Basic'
- DESCRIPTION = 'Default class for no auth'
- PARAM_DEFS
Param defs