ApiKeyCredentialOptions interface
Properties
in |
A key value pair of the header parameters that need to be applied to the request. |
in |
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}