UNPKG

@redocly/respect-core

Version:
10 lines 288 B
export declare function parseWwwAuthenticateHeader(wwwAuthenticateHeader: string): { realm?: string; nonce?: string; opaque?: string; qop?: string; algorithm?: string; cnonce?: string; nc?: string; }; //# sourceMappingURL=parse-www-authenticate-header.d.ts.map