Home
last modified time | relevance | path

Searched refs:createAuthUrl (Results 1 – 5 of 5) sorted by relevance

/plugin/authgoogle/google/auth/
H A DGoogle_Auth.php29 abstract public function createAuthUrl($scope); function in Google_Auth
H A DGoogle_AuthNone.php37 public function createAuthUrl($scope) {return null;} function in Google_AuthNone
H A DGoogle_OAuth2.php119 $authUrl = $this->createAuthUrl($service['scope']);
131 public function createAuthUrl($scope) { function in Google_OAuth2
/plugin/authgoogle/
H A Dauth.php106 $_SESSION[DOKU_COOKIE]['authgoogle']['auth_url'] = $client->createAuthUrl();
124 $authUrl = $client->createAuthUrl();
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php363 public function createAuthUrl($scope = null) function in Google\\Client