Package version:

Option interface for Pipeline constructor.

interface PipelineOptions {
    httpClient?: any;
    shareTokenIntent?: string;
}

Properties

httpClient?: any

Optional. Configures the HTTP client to send requests and receive responses.

shareTokenIntent?: string

Intent of using TokenCredential in file requests.