PHP Class PhilipBrown\Signature\Guards\CheckKey

Inheritance: implements PhilipBrown\Signature\Guards\Guard
Datei anzeigen Open project: philipbrown/signplz

Public Methods

Method Description
check ( array $auth, array $signature, string $prefix ) : boolean Check to ensure the auth parameters satisfy the rule of the guard

Method Details

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