UrlBasicAuth#
- class UrlBasicAuth(username=None, password=None, *args, **kwargs)#
Bases:
object
Basic authentication credentials for image source HTTP/S URL.
- Parameters:
- property password#
Password for basic authentication.
- Type:
str
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model
- property username#
Username for basic authentication.
- Type:
str