Skip to content

OS2FlowImplicit

@tsed/openspec

Usage

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

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

Overview

ts
interface OS2FlowImplicit extends OS2SecurityOAuth {
    type: "oauth2";
    flow: "implicit";
    authorizationUrl: string;
}

type

ts
type: "oauth2";

flow

ts
flow: "implicit";

authorizationUrl

ts
authorizationUrl: string;

Released under the MIT License.