Interface OAuth2Security3

interface OAuth2Security3 {
    description?: string;
    flows: Swagger.OAuthFlow;
    type: "oauth2";
}

Hierarchy

  • BaseSecurity
    • OAuth2Security3

Properties

description?: string
type: "oauth2"

Generated using TypeDoc