/** * This file was auto-generated by Fern from our API Definition. */ export declare type AuthenticationFactorType = "generic_otp" | "sms" | "totp"; export declare const AuthenticationFactorType: { readonly GenericOtp: "generic_otp"; readonly Sms: "sms"; readonly Totp: "totp"; };