ApiKeyCredentialOptions interface

Describes the options to be provided while creating an instance of ApiKeyCredentials

Properties

inHeader

A key value pair of the header parameters that need to be applied to the request.

inQuery

A key value pair of the query parameters that need to be applied to the request.

Property Details

inHeader

A key value pair of the header parameters that need to be applied to the request.

inHeader?: {[x: string]: any}

Property Value

{[x: string]: any}

inQuery

A key value pair of the query parameters that need to be applied to the request.

inQuery?: {[x: string]: any}

Property Value

{[x: string]: any}