Credential#

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

Bases: object

Sign in credentials for the server.

Parameters:
  • username (max=256 chars) – (username) Username for the server.

  • password – (password) Password for the server.

property password#

Password for the server.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property username#

Username for the server.

Type:

str