Interface PhoneEnrollmentChallengeOptions

interface PhoneEnrollmentChallengeOptions {
    phone_number: string;
    preferred_authentication_method?: "sms" | "voice";
    type: "phone";
}

Properties

phone_number: string
preferred_authentication_method?: "sms" | "voice"
type: "phone"