Skip to content

OS3SecurityOAuth2

@tsed/openspec

Usage

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

See /packages/specs/openspec/src/types/openspec3/OS3Security.ts.

Overview

ts
interface OS3SecurityOAuth2 extends OS3SecurityBase {
    type: "oauth2";
    flows: OS3Flows;
}

type

ts
type: "oauth2";

The type of the security scheme

flows

ts
flows: OS3Flows;

An object containing configuration information for the flow types supported.

Released under the MIT License.