kaven-utils - v5.5.1
    Preparing search index...

    Interface IDigestAuthenticationResponse

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

    Indexable

    • [index: string]: undefined | string
    Index

    Properties

    algorithm?: string
    cnonce?: string
    nc?: string
    nonce?: string
    opaque?: string
    qop?: string
    realm?: string
    response?: string
    uri?: string
    username?: string