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

    Interface UsernameValidation

    interface UsernameValidation {
        min_length?: number;
        max_length?: number;
        allowed_types?: UsernameAllowedTypes;
    }
    Index

    Properties

    min_length?: number

    Minimum allowed length

    max_length?: number

    Maximum allowed length

    allowed_types?: UsernameAllowedTypes