OAuth2 authentication type.

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

Properties

description?: string
type: "oauth2"