Home
last modified time | relevance | path

Searched refs:https (Results 126 – 150 of 2694) sorted by path

12345678910>>...108

/plugin/authfacebook/lib/Authentication/
H A DAccessTokenMetadata.php34 * @see https://developers.facebook.com/docs/graph-api/reference/debug_token
236 * @see https://developers.facebook.com/docs/facebook-login/access-tokens#debug
/plugin/authfacebook/lib/
H A DFacebookClient.php46 const BASE_GRAPH_VIDEO_URL = 'https://graph-video.facebook.com';
56 const BASE_GRAPH_VIDEO_URL_BETA = 'https://graph-video.beta.facebook.com';
H A Dpolyfills.php26 * @see https://github.com/sarciszewski/php-future/blob/master/src/Security.php#L37-L51
/plugin/authfacebook/lib/FileUpload/
H A DMimetypes.php31 * @see https://github.com/guzzle/guzzle/blob/master/src/Mimetypes.php
/plugin/authfacebook/lib/GraphNodes/
H A DGraphAchievement.php94 * @see https://developers.facebook.com/docs/graph-api/reference/achievement
H A DGraphNode.php116 * @see https://developers.facebook.com/docs/graph-api/using-graph-api/#readmodifiers
/plugin/authfacebook/lib/Http/
H A DRequestBodyMultipart.php35 * @see https://github.com/guzzle/guzzle/blob/master/src/Post/MultipartBody.php
/plugin/authfacebook/lib/Url/
H A DFacebookUrlDetectionHandler.php91 * @see https://github.com/symfony/HttpFoundation/blob/master/Request.php
/plugin/authg2fa/
H A Dplugin.info.txt7 url https://www.dokuwiki.org/plugin:authg2fa
/plugin/authgoogle/
H A DREADME.md5 (https://developers.google.com/accounts/docs/OAuth2Login).
H A Dplugin.info.txt7 url https://www.dokuwiki.org/plugin:authgoogle
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php44 const OAUTH2_TOKEN_URI = 'https://accounts.google.com/o/oauth2/token';
46 const OAUTH2_FEDERATED_SIGNON_CERTS_URL = 'https://www.googleapis.com/oauth2/v1/certs';
/plugin/authgoogle/google/
H A Dconfig.php53 'analytics' => array('scope' => 'https://www.googleapis.com/auth/analytics.readonly'),
63 'https://www.googleapis.com/auth/latitude.all.best',
67 'moderator' => array('scope' => 'https://www.googleapis.com/auth/moderator'),
71 'https://www.googleapis.com/auth/userinfo.email',
75 'siteVerification' => array('scope' => 'https://www.googleapis.com/auth/siteverification'),
77 'urlshortener' => array('scope' => 'https://www.googleapis.com/auth/urlshortener')
/plugin/authgooglesheets/
H A Dcomposer.lock14 "url": "https://github.com/firebase/php-jwt.git",
384 "url": "https://github.com/Nyholm",
494 "url": "https://github.com/Nyholm",
577 "homepage": "https://seld.be"
593 "url": "https://github.com/Seldaek",
703 "homepage": "https://paragonie.com"
1084 "homepage": "https://symfony.com",
1102 "url": "https://github.com/fabpot",
1168 "homepage": "https://symfony.com",
1186 "url": "https://github.com/fabpot",
[all …]
/plugin/authgooglesheets/vendor/composer/
H A DClassLoader.php40 * @see https://www.php-fig.org/psr/psr-0/
41 * @see https://www.php-fig.org/psr/psr-4/
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md2 [![Latest Stable Version](https://poser.pugx.org/firebase/php-jwt/v/stable)](https://packagist.org/…
3 [![Total Downloads](https://poser.pugx.org/firebase/php-jwt/downloads)](https://packagist.org/packa…
4 [![License](https://poser.pugx.org/firebase/php-jwt/license)](https://packagist.org/packages/fireba…
243 …See [#125](https://github.com/firebase/php-jwt/pull/125). Thanks [@akeeman](https://github.com/ake…
245 …See [#162](https://github.com/firebase/php-jwt/pull/162). Thanks [@psignoret](https://github.com/p…
247 …See [#159](https://github.com/firebase/php-jwt/pull/159). Thanks [@bshaffer](https://github.com/bs…
249 …See [#101](https://github.com/firebase/php-jwt/pull/101). Thanks [@hywak](https://github.com/hywak…
257 …[#165](https://github.com/firebase/php-jwt/pull/165). Thanks [@akeeman](https://github.com/akeeman…
258 [@chinedufn](https://github.com/chinedufn), and [@bshaffer](https://github.com/bshaffer)!
270 [@Dashron](https://github.com/Dashron)!
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DREADME.md6 [Google API PHP Client](https://github.com/googleapis/google-api-php-client/releases)
12 [Google API PHP Client](https://github.com/googleapis/google-api-php-client/releases)
H A DSECURITY.md3 To report a security issue, please use [g.co/vulnz](https://g.co/vulnz).
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md1 ![](https://github.com/googleapis/google-api-php-client/workflows/.github/workflows/tests.yml/badge…
6 …<dt>Reference Docs</dt><dd><a href="https://googleapis.github.io/google-api-php-client/main/">http…
18 [cloud-datastore]: https://github.com/googleapis/google-cloud-php-datastore
19 [cloud-pubsub]: https://github.com/googleapis/google-cloud-php-pubsub
20 [cloud-storage]: https://github.com/googleapis/google-cloud-php-storage
21 [cloud-compute]: https://github.com/googleapis/google-cloud-php-compute
24 * [PHP 5.6.0 or higher](https://www.php.net/)
36 The preferred method is via [composer](https://getcomposer.org/). Follow the
194 (such as the [YouTube Data API](https://developers.google.com/youtube/v3/)) do
344 $response = $httpClient->get('https://www.googleapis.com/plus/v1/people/me');
[all …]
H A DSECURITY.md3 To report a security issue, please use [g.co/vulnz](https://g.co/vulnz).
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php46 const OAUTH2_ISSUER_HTTPS = 'https://accounts.google.com';
300 * @see https://github.com/GoogleCloudPlatform/getting-started-php/issues/85
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php55 const OAUTH2_TOKEN_URI = 'https://oauth2.googleapis.com/token';
57 const API_BASE_PATH = 'https://www.googleapis.com';
473 * @see https://developers.google.com/identity/protocols/application-default-credentials
485 * @see https://developers.google.com/identity/protocols/application-default-credentials
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DREADME.md4 [google-api-php-client-services](https://github.com/google/google-api-php-client-services)
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DRunner.php26 * @see https://developers.google.com/drive/web/handle-errors#implementing_exponential_backoff
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md5 …<dt>Reference Docs</dt><dd><a href="https://googleapis.github.io/google-auth-library-php/main/">ht…
26 curl -sS https://getcomposer.org/installer | php
89 $scopes = ['https://www.googleapis.com/auth/drive.readonly'];
99 'base_uri' => 'https://www.googleapis.com',
118 'base_url' => 'https://www.googleapis.com',
144 // $targetAudience = 'https://service-1234-uc.a.run.app';
157 'base_uri' => 'https://YOUR_PROTECTED_RESOURCE',
189 $scopes = ['https://www.googleapis.com/auth/drive.readonly'];
205 'base_uri' => 'https://www.googleapis.com',
310 [Guzzle]: https://github.com/guzzle/guzzle
[all …]

12345678910>>...108