UNPKG

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

Version:

Inject authentification behavior to fetch using react High Order Component

7 lines (6 loc) 254 B
export { default as withAuthentication } from './withAuthentication'; export { withFetchRedirectionOn403, withFetchSilentAuthenticateAndRetryOn401, } from '@axa-fr/react-oidc-fetch-core'; export { default as withFetchToken } from './withFetchToken';