Google_Verifier
Verifies signatures.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/auth/Google_Verifier.php
- abstract class Google_Verifier {
- /**
- * Checks a signature, returns true if the signature is correct,
- * false otherwise.
- */
- abstract public function verify($data, $signature);
- }