Skip to content

OS3SecurityOpenIDConnect

@tsed/openspec

Usage

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

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

Overview

ts
interface OS3SecurityOpenIDConnect extends OS3SecurityBase {
    type: "openIdConnect";
    openIdConnectUrl: string;
}

type

ts
type: "openIdConnect";

The type of the security scheme

openIdConnectUrl

ts
openIdConnectUrl: string;

Released under the MIT License.