kaven-utils - v6.1.7
    Preparing search index...

    Class KavenBasicAuthentication

    Hierarchy (View Summary)

    Index
    Logger?: ILoggingAgent
    Name: string = "Basic"
    Password: string
    Realm: string = "Kaven Authentication"

    A string to be displayed to users so they know which username and password to use.

    This string should contain at least the name of the host performing the authentication and might additionally indicate the collection of users who might have access.

    Records: KavenAuthorizationRecords | undefined

    4.3.6

    2022-09-20

    ResponseHeaderName: string = HttpStandardResponseHeader_WwwAuthenticate

    WWW-Authenticate or Proxy-Authenticate

    UserName: string
    • get RequestHeaderName(): "Proxy-Authorization" | "Authorization"

      Returns "Proxy-Authorization" | "Authorization"

    • get StatusCode(): Unauthorized | ProxyAuthenticationRequired

      Returns Unauthorized | ProxyAuthenticationRequired

    • Parameters

      • key: string
      • success: boolean

      Returns void

    • Parameters

      • key: string

      Returns boolean

    • Parameters

      • username: string
      • password: string

      Returns string