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

    Interface EmailAttribute

    Configuration for the email attribute for users.

    interface EmailAttribute {
        identifier?: ConnectionAttributeIdentifier;
        unique?: boolean;
        profile_required?: boolean;
        verification_method?: Management.VerificationMethodEnum;
        signup?: SignupVerified;
    }
    Index

    Properties

    unique?: boolean

    Determines if the attribute is unique in a given connection

    profile_required?: boolean

    Determines if property should be required for users

    verification_method?: Management.VerificationMethodEnum