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