Interface UpdateAuthenticationMethodRequest

interface UpdateAuthenticationMethodRequest {
    name?: string;
    preferred_authentication_method?: "sms" | "voice";
}

Properties

name?: string
preferred_authentication_method?: "sms" | "voice"

Only valid when updating a phone authentication method.