ApiKeyAuthentication interface  
ApiKey authentication gives a name and a value that can be included in either the request header or query parameters.
- Extends
Properties
| in | The location of the authentication key/value pair in the request. | 
| name | The key name of the authentication key/value pair. | 
| type | Polymorphic discriminator, which specifies the different types this object can be | 
| value | The value of the authentication key/value pair. | 
Property Details
in
The location of the authentication key/value pair in the request.
in: RestAuthLocationProperty Value
name
The key name of the authentication key/value pair.
name: stringProperty Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "ApiKey"Property Value
"ApiKey"
value
The value of the authentication key/value pair.
value: stringProperty Value
string