Thruway\Authentication\WampCraUserDbInterface::get PHP Метод

get() публичный Метод

If salt is non-null, the key is the salted version of the password.
public get ( string $authid ) : mixed
$authid string
Результат mixed
    public function get($authid);
WampCraUserDbInterface