Credentials
Credentials
stores authentication credentials (username and password). Note that it is easy to retrieve the password from this object. There is no encryption or other security.
class
username
: get the username as a string.password
: get the password as a plain text string.Michael Lawrence
Useful links