Remix Utils - v9.0.0
    Preparing search index...
    interface HardCodedUserOptions {
        hashFunction?: HashFunction;
        invalidUserMessage?:
            | string
            | object
            | createBasicAuthMiddleware.MessageFunction;
        realm?: string;
        user: User
        | User[];
    }

    Hierarchy

    • BaseOptions
      • HardCodedUserOptions
    Index

    Properties

    hashFunction?: HashFunction
    invalidUserMessage?: string | object | createBasicAuthMiddleware.MessageFunction
    realm?: string

    The domain name of the realm, as part of the returned WWW-Authenticate challenge header.

    user: User | User[]