tabsdata.UserPasswordCredentials#
- class UserPasswordCredentials(user: str | dict | Secret, password: str | dict | Secret)[source]#
Bases:
Credentials
Credentials class to store a user and password pair.
- user#
The user.
- Type:
Secret
- password#
The password.
- Type:
Secret
- __init__(user: str | dict | Secret, password: str | dict | Secret)[source]#
Initialize the UserPasswordCredentials object.
Methods
__init__
(user, password)Initialize the UserPasswordCredentials object.
Attributes