PHP Интерфейс Thruway\Authentication\WampCraUserDbInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
get ( string $authid ) : mixed This should take a authid string as the argument and return an associative array with authid, key, and salt.

Описание методов

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

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