@passflow/passflow-react-sdk
Version:
Passflow React UI Kit
11 lines • 399 B
TypeScript
import { SuccessAuthRedirect } from '../../../types';
export type PassflowProps = {
federatedDisplayMode: "modal" | "redirect";
successAuthRedirect: SuccessAuthRedirect;
error?: string;
relyingPartyId?: string;
federatedCallbackUrl?: string;
pathPrefix?: string;
};
export declare const PassflowFlow: (props: PassflowProps) => JSX.Element;
//# sourceMappingURL=index.d.ts.map