yii\web\IdentityInterface::validateAuthKey PHP 메소드

validateAuthKey() 공개 메소드

This is required if [[User::enableAutoLogin]] is enabled.
또한 보기: getAuthKey()
public validateAuthKey ( string $authKey ) : boolean
$authKey string the given auth key
리턴 boolean whether the given auth key is valid.
    public function validateAuthKey($authKey);