Auth

Interface: Auth

Defined in: api/core/auth.gen.ts:5

Properties

in?

optional in?: "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?

optional key?: 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?

optional name?: string

Defined in: api/core/auth.gen.ts:24

Header or query parameter name.

Default

'Authorization'

scheme?

optional scheme?: "basic" | "bearer"

Defined in: api/core/auth.gen.ts:25


type

[object Object]

Defined in: api/core/auth.gen.ts:26

On this page