ApiKeyAuthentication interface
ApiKey authentication gives a name and a value that can be included in either the request header or query parameters.
Properties
in |
The location of the authentication key/value pair in the request. Possible values include: 'Query', 'Header' |
name | The key name of the authentication key/value pair. |
type | Polymorphic Discriminator |
value | The value of the authentication key/value pair. |
Property Details
inProperty
The location of the authentication key/value pair in the request. Possible values include: 'Query', 'Header'
inProperty: RestAuthLocation
Property Value
name
The key name of the authentication key/value pair.
name: string
Property Value
string
type
Polymorphic Discriminator
type: "ApiKey"
Property Value
"ApiKey"
value
The value of the authentication key/value pair.
value: string
Property Value
string