Skip to content

OS2FlowApplication

@tsed/openspec

Usage

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

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

Overview

ts
interface OS2FlowApplication extends OS2SecurityOAuth {
    type: "oauth2";
    flow: "application";
    tokenUrl: string;
}

type

ts
type: "oauth2";

flow

ts
flow: "application";

tokenUrl

ts
tokenUrl: string;

Released under the MIT License.