19declare(strict_types=1);
Interface of auth credentials.
getUsername()
Get username.
getAuthMode()
Get auth mode.
setPassword(string $a_password)
Set password.
getPassword()
Get password.
setAuthMode(string $a_auth_mode)
Set auth mode.
setUsername(string $a_name)
Set username.