Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Thruway
Authentication
WampCraUserDbInterface
PHP Interface Thruway\Authentication\WampCraUserDbInterface
Mostra 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