UNPKG

@slashid/react

Version:

React SDK for the /id platform

9 lines 449 B
import type { FormProps } from "../form"; type StepUpAuthProps = FormProps; /** * Step-Up Authentication challenge for already logged in users to reauthenticate. * It can be used to grant access to high-risk resources or interaction with sensitive data. */ export declare function StepUpAuth({ factors, text, className, onSuccess, }: StepUpAuthProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=step-up-auth.d.ts.map