Home
last modified time | relevance | path

Searched refs:Bearer (Results 1 – 14 of 14) sorted by relevance

/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DBearerTest.php16 $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/
DAbstractBearer.php88 $auth = new HTTP\Auth\Bearer(
129 $auth = new HTTP\Auth\Bearer(
/plugin/webdav/vendor/sabre/http/lib/Auth/
DBearer.php18 class Bearer extends AbstractAuth { class
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DBearer.php18 class Bearer extends AbstractAuth { class
/plugin/authgooglesheets/vendor/google/auth/src/
DIam.php85 'Authorization' => 'Bearer ' . $accessToken
DCredentialsLoader.php219 $metadata_copy[self::AUTH_METADATA_KEY] = array('Bearer ' . $result['access_token']);
/plugin/aichatlocal/lang/
Dsettings.php21 …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/
DMatrixHttpApiTest.php346 … $this->assertEquals(sprintf('Bearer %s', $this->token), $req->getHeader('Authorization')[0]);
/plugin/calendar/
Dsync_outlook.php162 'Authorization: Bearer ' . $token,
/plugin/airtable/
Dsyntax.php702 'Authorization: Bearer ' . API_KEY
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md9 * Added `Sabre\HTTP\Auth\Bearer`, to easily extract a OAuth2 bearer token.
/plugin/webdav/vendor/sabre/http/
DCHANGELOG.md42 * Added `Sabre\HTTP\Auth\Bearer`, to easily extract a OAuth2 bearer token.
/plugin/authgooglesheets/vendor/google/auth/
DREADME.md220 you can include the ID token in a `Proxy-Authorization: Bearer`
/plugin/webdav/vendor/sabre/dav/
DCHANGELOG.md179 OAuth2 Bearer token. (@fkooman).