Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface UpdateUserAuthenticationMethodRequestContent

    {}
    
    interface UpdateUserAuthenticationMethodRequestContent {
        name?: string;
        preferred_authentication_method?: Management.PreferredAuthenticationMethodEnum;
    }
    Index

    Properties

    name?: string

    A human-readable label to identify the authentication method.

    preferred_authentication_method?: Management.PreferredAuthenticationMethodEnum