Auth

Interface: Auth

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

Properties

in?

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

optional name?: string

Defined in: app/api/core/auth.gen.ts:17

Header or query parameter name.

Default

'Authorization'

scheme?

optional scheme?: "basic" | "bearer"

Defined in: app/api/core/auth.gen.ts:18


type

[object Object]

Defined in: app/api/core/auth.gen.ts:19

On this page