Searched defs:createAuthUrl (Results 1 – 5 of 5) sorted by relevance
/plugin/authgoogle/google/auth/ | ||
H A D | Google_Auth.php | 29 abstract public function createAuthUrl($scope); function in Google_Auth |
H A D | Google_AuthNone.php | 37 public function createAuthUrl($scope) {return null;} function in Google_AuthNone |
H A D | Google_OAuth2.php | 131 public function createAuthUrl($scope) { function in Google_OAuth2 |
/plugin/authgoogle/google/ | ||
H A D | Google_Client.php | 185 public function createAuthUrl() { function in Google_Client |
/plugin/authgooglesheets/vendor/google/apiclient/src/ | ||
H A D | Client.php | 363 public function createAuthUrl($scope = null) function in Google\\Client |