PHP 인터페이스 Thruway\Authentication\WampCraUserDbInterface

파일 보기 프로젝트 열기: voryx/thruway

공개 메소드들

메소드 설명
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