UNPKG

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

Version:

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

11 lines (10 loc) 373 B
import React from 'react'; import { OktaLoginScreenProps } from './types.js'; /** * Component that renders a login screen that prompts user to login via Okta. * * @param {OktaLoginScreenProps} props - Props of Login Screen component * * @category Component */ export declare const OktaRedirectLoginScreenBase: React.FC<React.PropsWithChildren<OktaLoginScreenProps>>;