pyapacheatlas.auth.basic.BasicAuthentication#
- class pyapacheatlas.auth.basic.BasicAuthentication(username, password)#
- Authenticates using basic authentication. Primarily used for testing on local - __init__(username, password)#
- Parameters
- username (str) – The basic auth username. 
- username – The basic auth password. 
 
 
 - Methods - __init__(username, password)- param str username
- The basic auth username. 
 - Provide the authentication headers for HTTP requests.