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);