interface IOAuth2 {
    description?: string;
    flows: OpenApiV3_1.ISecurityScheme.IOAuth2.IFlowSet;
    type: "oauth2";
}

Properties

description?: string
type: "oauth2"