UNPKG

@brightlayer-ui/react-native-auth-workflow

Version:

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

7 lines (6 loc) 282 B
/// <reference types="react" /> 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 | null>;