@auth0/auth0-acul-js - v0.1.0-beta.5
    Preparing search index...

    Interface UsernamePolicy

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

    Properties

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