setPassword method
Setzt das Passwort für die Authentifizierung
password - Das Passwort (wird intern als MD5-Hash gespeichert)
Implementation
void setPassword(String password) {
_password = password;
}
Setzt das Passwort für die Authentifizierung
password - Das Passwort (wird intern als MD5-Hash gespeichert)
void setPassword(String password) {
_password = password;
}