tabsdata.UserPasswordCredentials
- class UserPasswordCredentials( )
Bases:
CredentialsCredentials class to store a user and password pair.
- user
The user.
- Type:
Secret
- password
The password.
- Type:
Secret
- to_dict() dict
Convert the UserPasswordCredentials object to a dictionary.
- __init__( )
Initialize the UserPasswordCredentials object.
Methods
__init__(user, password)Initialize the UserPasswordCredentials object.
Attributes