UNPKG

@brightlayer-ui/react-auth-workflow

Version:

Re-usable workflow components for Authentication and Registration within Eaton applications.

6 lines (5 loc) 243 B
import { OktaAuthContextProviderProps } from './types.js'; /** * Okta Auth Context is used to access context in the okta authentication workflow */ export declare const OktaAuthContext: import("react").Context<OktaAuthContextProviderProps>;