Searched refs:Authorization (Results 1 – 25 of 42) sorted by relevance
12
| /plugin/davcal/ |
| H A D | .htaccess | 3 RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
| /plugin/authgooglesheets/vendor/google/auth/src/ |
| D | Iam.php | 85 'Authorization' => 'Bearer ' . $accessToken
|
| /plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/ |
| H A D | Ustream.php | 96 return array('Authorization' => 'Basic ' . $this->credentials->getConsumerSecret());
|
| H A D | Spotify.php | 109 return array('Authorization' => 'Basic ' .
|
| H A D | Reddit.php | 111 return array('Authorization' => 'Basic ' .
|
| /plugin/aichatlocal/lang/ |
| D | settings.php | 21 …tion, enter the API key here. The key will be sent as a Bearer token in the Authorization header.';
|
| /plugin/fedauth/ |
| D | README.md | 23 * Copyrights of the Authorization Provider images
|
| /plugin/authgooglesheets/vendor/google/auth/ |
| D | README.md | 217 #### Call using Proxy-Authorization Header 219 and your application occupies the `Authorization` request header, 220 you can include the ID token in a `Proxy-Authorization: Bearer` 221 header instead. If a valid ID token is found in a `Proxy-Authorization` header, 223 the Authorization header to your application without processing the content.
|
| /plugin/btable2/ |
| D | README.md | 13 - No Authorization! Everyone can change votes from others. non-internet-users (yes, they exist...) …
|
| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/tests/ |
| D | MatrixHttpApiTest.php | 346 … $this->assertEquals(sprintf('Bearer %s', $this->token), $req->getHeader('Authorization')[0]);
|
| /plugin/calendar/ |
| H A D | sync_outlook.php | 162 'Authorization: Bearer ' . $token,
|
| /plugin/airtable/ |
| D | syntax.php | 702 'Authorization: Bearer ' . API_KEY
|
| /plugin/asciidocjs/node_modules/unxhr/lib/ |
| D | XMLHttpRequest.js | 369 headers.Authorization = 'Basic ' + authBuf.toString('base64')
|
| /plugin/davcal/vendor/sabre/http/ |
| H A D | CHANGELOG.md | 65 * Hiding `Authorization` header value from `Request::__toString`.
|
| H A D | README.md | 237 $request->setHeader('Authorization', 'Basic xxxxxxxxxx');
|
| /plugin/diagramsnet/lib/js/onedrive/ |
| D | OneDriveOrig.js | 2 …Authorization:"bearer "+t.accessToken}});f.default.logMessage("performing GET on item with id: "+e… property
|
| D | OneDrive.js | 6 …Authorization:"bearer "+t.accessToken}});f.default.logMessage("performing GET on item with id: "+e… property
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | TrelloClient.js | 123 …Authorization: 'OAuth oauth_consumer_key="' + Trello.key() + '", oauth_token="' + Trello.token() +… property
|
| /plugin/webdav/vendor/sabre/http/ |
| D | CHANGELOG.md | 98 * Hiding `Authorization` header value from `Request::__toString`.
|
| D | README.md | 237 $request->setHeader('Authorization', 'Basic xxxxxxxxxx');
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/ |
| D | CHANGELOG.md | 94 * Fix failure to strip Authorization header on HTTP downgrade 109 - Remove curl auth on cross-domain redirects to align with the Authorization HTTP header 458 * Bug fix: Remove the Authorization header when redirecting if the Host
|
| /plugin/diagramsnet/lib/resources/ |
| D | dia_sl.txt | 46 authorizationRequired=Authorization required
|
| D | dia_hi.txt | 46 authorizationRequired=Authorization required
|
| D | dia_te.txt | 46 authorizationRequired=Authorization required
|
| D | dia_si.txt | 46 authorizationRequired=Authorization required
|
12