Skip to content

tsoa-next / @tsoa-next/runtime / Swagger / OAuth2FlowTypes

Type Alias: OAuth2FlowTypes

ts
type OAuth2FlowTypes = "authorizationCode" | "implicit" | "password" | "clientCredentials";

Defined in: packages/runtime/src/swagger/swagger.ts:556

TypeScript-first OpenAPI generation, route generation, and runtime validation.