OS3SecurityOpenIDConnect
@tsed/openspec
Usage
typescript
import { OS3SecurityOpenIDConnect } from "@tsed/openspec";Overview
ts
interface OS3SecurityOpenIDConnect extends OS3SecurityBase {
type: "openIdConnect";
openIdConnectUrl: string;
}type
ts
type: "openIdConnect";The type of the security scheme
openIdConnectUrl
ts
openIdConnectUrl: string;