@brightlayer-ui/react-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
10 lines (9 loc) • 314 B
TypeScript
/**
* @packageDocumentation
* @module OktaAuthContextProvider
*/
import React, { JSX } from 'react';
import { OktaAuthContextProviderProps } from './types.js';
export declare const OktaAuthContextProvider: React.FC<React.PropsWithChildren<OktaAuthContextProviderProps & {
PasswordDialog?: JSX.Element;
}>>;