ApiKeyCredentialOptions interface

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}