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