Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { OS2FlowPassword } from "@tsed/openspec";
See /packages/specs/openspec/src/openspec2/OS2Security.ts.
interface OS2FlowPassword extends OS2SecurityOAuth { type: "oauth2"; flow: "password"; tokenUrl: string; }
type: "oauth2";
flow: "password";
tokenUrl: string;