PhilipBrown\Signature\Guards\Guard::check PHP Method

check() public method

Check to ensure the auth parameters satisfy the rule of the guard
public check ( array $auth, array $signature, string $prefix ) : boolean
$auth array
$signature array
$prefix string
return boolean
    public function check(array $auth, array $signature, $prefix);
Guard