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