Home
last modified time | relevance | path

Searched refs:setAssertionCredentials (Results 1 – 2 of 2) sorted by relevance

/plugin/authgoogle/google/
H A DGoogle_Client.php341 public function setAssertionCredentials(Google_AssertionCredentials $creds) { function in Google_Client
342 self::$auth->setAssertionCredentials($creds);
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php190 public function setAssertionCredentials(Google_AssertionCredentials $creds) { function in Google_OAuth2