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

    Interface ConnectionAttributes

    Attribute configuration

    interface ConnectionAttributes {
        email?: EmailAttribute;
        phone_number?: PhoneAttribute;
        username?: UsernameAttribute;
    }
    Index

    Properties

    phone_number?: PhoneAttribute