UNPKG

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

Version:

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

10 lines (9 loc) 242 B
/** * @packageDocumentation * @module OktaAuthContext */ import { createContext } from 'react'; /** * Okta Auth Context is used to access context in the okta authentication workflow */ export const OktaAuthContext = createContext(null);