UNPKG

@axa-fr/oidc-client

Version:

OpenID Connect & OAuth authentication using native javascript only, compatible with angular, react, vue, svelte, next, etc.

4 lines 237 B
import { default as Oidc } from './oidc'; import { Fetch } from './types'; export declare const fetchWithTokens: (fetch: Fetch, oidc: Oidc | null, demonstrating_proof_of_possession?: boolean) => Fetch; //# sourceMappingURL=fetch.d.ts.map