PasswordCredentials
Represents a set of credentials consisting of a username and password.
| Attributes: |
|
|---|
Source code in src/alpha/providers/models/credentials.py
Methods:
to_dict
Converts the PasswordCredentials instance to a dictionary.
| Returns: |
|
|---|
Source code in src/alpha/providers/models/credentials.py
__str__
__repr__
Returns the string representation of the PasswordCredentials instance. The password is masked for security reasons.