UNPKG

@axa-fr/react-oidc

Version:

OpenID Connect & OAuth authentication using react

7 lines 254 B
import { FC } from 'react'; export interface SilentCallbackProps { configurationName: string; } declare const SilentCallbackManager: FC<SilentCallbackProps>; export default SilentCallbackManager; //# sourceMappingURL=SilentCallback.component.d.ts.map