Home
last modified time | relevance | path

Searched refs:Bearer (Results 1 – 11 of 11) sorted by last modified time

/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md9 * Added `Sabre\HTTP\Auth\Bearer`, to easily extract a OAuth2 bearer token.
/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/davcal/vendor/sabre/http/lib/Auth/
H A DBearer.php18 class Bearer extends AbstractAuth { class
/plugin/authgooglesheets/vendor/google/auth/src/
H A DCredentialsLoader.php219 $metadata_copy[self::AUTH_METADATA_KEY] = array('Bearer ' . $result['access_token']);
H A DIam.php85 'Authorization' => 'Bearer ' . $accessToken
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md220 you can include the ID token in a `Proxy-Authorization: Bearer`
/plugin/airtable/
H A Dsyntax.php702 'Authorization: Bearer ' . API_KEY
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md42 * Added `Sabre\HTTP\Auth\Bearer`, to easily extract a OAuth2 bearer token.
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md179 OAuth2 Bearer token. (@fkooman).
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DBearer.php18 class Bearer extends AbstractAuth { class
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractBearer.php88 $auth = new HTTP\Auth\Bearer(
129 $auth = new HTTP\Auth\Bearer(