@brightlayer-ui/react-native-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
11 lines (10 loc) • 402 B
TypeScript
import React from 'react';
import { OktaLoginScreenProps } from './types.js';
/**
* Component that renders a okta login screen that prompts a user to redirect to okta login sign in page.
*
* @param {OktaLoginScreenProps} props - Props of okta Login Screen component
*
* @category Component
*/
export declare const OktaRedirectLoginScreen: React.FC<React.PropsWithChildren<OktaLoginScreenProps>>;