interface OpenIdSecurityScheme {
    description?: string;
    openIdConnectUrl: string;
    type: "openIdConnect";
}

Properties

description?: string
openIdConnectUrl: string
type: "openIdConnect"

Generated using TypeDoc