OS3FlowImplicit
@tsed/openspec
Usage
typescript
import { OS3FlowImplicit } from "@tsed/openspec";
See /packages/specs/openspec/src/types/openspec3/OS3Flows.ts.
Overview
ts
interface OS3FlowImplicit extends OS3Flow {
authorizationUrl: string;
}
authorizationUrl
ts
authorizationUrl: string;
The authorization URL to be used for this flow. This MUST be in the form of a URL.