@auth0/auth0-acul-js - v1.0.0
    Preparing search index...

    Interface UsernamePolicy

    interface UsernamePolicy {
        allowedFormats?: {
            usernameInEmailFormat?: boolean;
            usernameInPhoneFormat?: boolean;
        };
        isActive?: boolean;
        maxLength: number;
        minLength: number;
    }
    Index

    Properties

    allowedFormats?: {
        usernameInEmailFormat?: boolean;
        usernameInPhoneFormat?: boolean;
    }
    isActive?: boolean
    maxLength: number
    minLength: number