@azure/core-rest-pipeline
Version:
Isomorphic client library for making HTTP requests in node.js and browser.
11 lines • 419 B
TypeScript
import type { PipelinePolicy } from "../pipeline.js";
import type { TlsSettings } from "../interfaces.js";
/**
* Name of the TLS Policy
*/
export declare const tlsPolicyName = "tlsPolicy";
/**
* Gets a pipeline policy that adds the client certificate to the HttpClient agent for authentication.
*/
export declare function tlsPolicy(tlsSettings?: TlsSettings): PipelinePolicy;
//# sourceMappingURL=tlsPolicy.d.ts.map