Skip to content

OS2FlowPassword

@tsed/openspec

Usage

typescript
import { OS2FlowPassword } from "@tsed/openspec";

See /packages/specs/openspec/src/types/openspec2/OS2Security.ts.

Overview

ts
interface OS2FlowPassword extends OS2SecurityOAuth {
    type: "oauth2";
    flow: "password";
    tokenUrl: string;
}

type

ts
type: "oauth2";

flow

ts
flow: "password";

tokenUrl

ts
tokenUrl: string;

Released under the MIT License.