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

    Interface IDigestAuthenticationResponse


    @author: Kaven @email: kaven@wuwenkai.com @website: http://blog.kaven.xyz @file: [Kaven-Utils] /src/interface/IDigestAuthenticationResponse.ts @create: 2026-07-29 14:02:48.618 @modify: 2026-07-30 12:15:49.292 @version: 6.1.8 @times: 2 @lines: 30 @copyright: Copyright © 2026 Kaven. All Rights Reserved. @description: Defines the IDigestAuthenticationResponse data contract. @license: [license]


    interface IDigestAuthenticationResponse {
        algorithm?: string;
        cnonce?: string;
        nc?: string;
        nonce?: string;
        opaque?: string;
        qop?: string;
        realm?: string;
        response?: string;
        uri?: string;
        username?: string;
        [index: string]: string | undefined;
    }

    Indexable

    • [index: string]: string | undefined
    Index
    algorithm?: string
    cnonce?: string
    nc?: string
    nonce?: string
    opaque?: string
    qop?: string
    realm?: string
    response?: string
    uri?: string
    username?: string