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

    Interface SetUserAuthenticationMethods

    interface SetUserAuthenticationMethods {
        type: Management.AuthenticationTypeEnum;
        preferred_authentication_method?: Management.PreferredAuthenticationMethodEnum;
        name?: string;
        phone_number?: string;
        email?: string;
        totp_secret?: string;
    }
    Index

    Properties

    preferred_authentication_method?: Management.PreferredAuthenticationMethodEnum
    name?: string

    AA human-readable label to identify the authentication method.

    phone_number?: string

    Applies to phone authentication methods only. The destination phone number used to send verification codes via text and voice.

    email?: string

    Applies to email authentication methods only. The email address used to send verification messages.

    totp_secret?: string

    Applies to totp authentication methods only. The base32 encoded secret for TOTP generation.