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

    Interface UsernamePolicy

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

    Properties

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