UrlBasicAuth#

class UrlBasicAuth(username=None, password=None, *args, **kwargs)#

Bases: object

Basic authentication credentials for image source HTTP/S URL.

Parameters:
  • username (required min=1 chars, max=1000 chars) – (username) Username for basic authentication.

  • password (required) – (password) Password for basic authentication.

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