@auth0/auth0-react
    Preparing search index...

    Interface UpdateAuthenticationMethodRequest

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

    Properties

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

    Only valid when updating a phone authentication method.