UNPKG

@axa-fr/react-oidc-context-fetch

Version:

Inject authentification behavior to fetch using react High Order Component

10 lines (9 loc) 575 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var withAuthentication_1 = require("./withAuthentication"); exports.withAuthentication = withAuthentication_1.default; var react_oidc_fetch_core_1 = require("@axa-fr/react-oidc-fetch-core"); exports.withFetchRedirectionOn403 = react_oidc_fetch_core_1.withFetchRedirectionOn403; exports.withFetchSilentAuthenticateAndRetryOn401 = react_oidc_fetch_core_1.withFetchSilentAuthenticateAndRetryOn401; var withFetchToken_1 = require("./withFetchToken"); exports.withFetchToken = withFetchToken_1.default;