UNPKG

@passflow/passflow-react-sdk

Version:
5 lines 273 B
export type PreferIdentity = 'identity' | 'phone' | 'none'; export type DefaultMethod = 'email_or_username' | 'phone'; export type PreferChallenge = 'passkey' | 'password' | 'otp' | 'magic_link'; export type SuccessAuthRedirect = string; //# sourceMappingURL=index.d.ts.map