PHP Interface Thruway\Authentication\WampCraUserDbInterface

Show file Open project: voryx/thruway

Public Methods

Method 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 method

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