[I] ApiKeyAuth
An API key is a token that a client provides when making API calls. The key can be sent in the query string:
or as a request header
or as a cookie
Extends
Type Parameters
Type Parameter |
---|
TLocation extends ApiKeyLocation |
TName extends string |
Properties
Property | Modifier | Type | Description | Inherited from |
---|---|---|---|---|
description? | public | string | Optional description. | HttpAuthBase .description |
id | public | string | Id of the authentication scheme. | HttpAuthBase .id |
in | public | TLocation | - | - |
model | readonly | Model | Model that defined the authentication | HttpAuthBase .model |
name | public | TName | - | - |
type | public | "apiKey" | - | - |