Google_Signer
Signs data.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/auth/Google_Signer.php
- abstract class Google_Signer {
- /**
- * Signs data, returns the signature as binary data.
- */
- abstract public function sign($data);
- }