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

    Interface ConnectionOptionsEmail

    Options for the 'email' connection

    interface ConnectionOptionsEmail {
        non_persistent_attrs?: ConnectionNonPersistentAttrs;
        authParams?: string;
        brute_force_protection: boolean;
        disable_signup?: boolean;
        email: Management.ConnectionEmailEmail;
        name: string;
        totp?: ConnectionTotpEmail;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    non_persistent_attrs?: ConnectionNonPersistentAttrs
    authParams?: string
    brute_force_protection: boolean
    disable_signup?: boolean
    name: string

    Connection name