PHP Interface Thruway\Authentication\WampCraUserDbInterface

Afficher le fichier Open project: voryx/thruway

Méthodes publiques

Méthode Description
get ( string $authid ) : mixed This should take a authid string as the argument and return an associative array with authid, key, and salt.

Method Details

get() public méthode

If salt is non-null, the key is the salted version of the password.
public get ( string $authid ) : mixed
$authid string
Résultat mixed