Auth
Interface: Auth
Defined in: app/api/core/auth.gen.ts:5
Properties
in?
optionalin?:"query"|"header"|"cookie"
Defined in: app/api/core/auth.gen.ts:11
Which part of the request do we use to send the auth?
Default
'header'
name?
optionalname?:string
Defined in: app/api/core/auth.gen.ts:17
Header or query parameter name.
Default
'Authorization'
scheme?
optionalscheme?:"basic"|"bearer"
Defined in: app/api/core/auth.gen.ts:18
type
[object Object]
Defined in: app/api/core/auth.gen.ts:19