PHP 인터페이스 PhilipBrown\Signature\Guards\Guard

파일 보기 프로젝트 열기: philipbrown/signplz

공개 메소드들

메소드 설명
check ( array $auth, array $signature, string $prefix ) : boolean Check to ensure the auth parameters satisfy the rule of the guard

메소드 상세

check() 공개 메소드

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
리턴 boolean