OS2FlowApplication
@tsed/openspec
Usage
typescript
import { OS2FlowApplication } from "@tsed/openspec";Overview
ts
interface OS2FlowApplication extends OS2SecurityOAuth {
type: "oauth2";
flow: "application";
tokenUrl: string;
}type
ts
type: "oauth2";flow
ts
flow: "application";tokenUrl
ts
tokenUrl: string;