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

    Interface UsernameAllowedTypes

    interface UsernameAllowedTypes {
        email?: boolean;
        phone_number?: boolean;
    }
    Index

    Properties

    email?: boolean
    phone_number?: boolean