Auth
Interface: Auth
Defined in: api/core/auth.gen.ts:5
Properties
in?
optionalin?:"query"|"header"|"cookie"
Defined in: api/core/auth.gen.ts:11
Which part of the request do we use to send the auth?
Default
'header'
key?
optionalkey?:string
Defined in: api/core/auth.gen.ts:18
A unique identifier for the security scheme.
Defined only when there are multiple security schemes whose Auth
shape would otherwise be identical.
name?
optionalname?:string
Defined in: api/core/auth.gen.ts:24
Header or query parameter name.
Default
'Authorization'
scheme?
optionalscheme?:"basic"|"bearer"
Defined in: api/core/auth.gen.ts:25
type
[object Object]
Defined in: api/core/auth.gen.ts:26