Searched refs:Bearer (Results 1 – 14 of 14) sorted by relevance
| /plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/ |
| H A D | BearerTest.php | 16 $bearer = new Bearer('Dagger', $request, new Response()); 28 $bearer = new Bearer('Dagger', $request, new Response()); 39 $bearer = new Bearer('Dagger', $request, new Response()); 48 $bearer = new Bearer('Dagger', new Request(), $response);
|
| /plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/ |
| D | AbstractBearer.php | 88 $auth = new HTTP\Auth\Bearer( 129 $auth = new HTTP\Auth\Bearer(
|
| /plugin/webdav/vendor/sabre/http/lib/Auth/ |
| D | Bearer.php | 18 class Bearer extends AbstractAuth { class
|
| /plugin/davcal/vendor/sabre/http/lib/Auth/ |
| H A D | Bearer.php | 18 class Bearer extends AbstractAuth { class
|
| /plugin/authgooglesheets/vendor/google/auth/src/ |
| D | Iam.php | 85 'Authorization' => 'Bearer ' . $accessToken
|
| D | CredentialsLoader.php | 219 $metadata_copy[self::AUTH_METADATA_KEY] = array('Bearer ' . $result['access_token']);
|
| /plugin/aichatlocal/lang/ |
| D | settings.php | 21 …quires authentication, enter the API key here. The key will be sent as a Bearer token in the Autho…
|
| /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/ |
| D | sync_outlook.php | 162 'Authorization: Bearer ' . $token,
|
| /plugin/airtable/ |
| D | syntax.php | 702 'Authorization: Bearer ' . API_KEY
|
| /plugin/davcal/vendor/sabre/http/ |
| H A D | CHANGELOG.md | 9 * Added `Sabre\HTTP\Auth\Bearer`, to easily extract a OAuth2 bearer token.
|
| /plugin/webdav/vendor/sabre/http/ |
| D | CHANGELOG.md | 42 * Added `Sabre\HTTP\Auth\Bearer`, to easily extract a OAuth2 bearer token.
|
| /plugin/authgooglesheets/vendor/google/auth/ |
| D | README.md | 220 you can include the ID token in a `Proxy-Authorization: Bearer`
|
| /plugin/webdav/vendor/sabre/dav/ |
| D | CHANGELOG.md | 179 OAuth2 Bearer token. (@fkooman).
|