Interface OAuth2ApplicationSecurity

interface OAuth2ApplicationSecurity {
    description?: string;
    flow: "application";
    scopes?: Swagger.OAuthScope;
    tokenUrl: string;
    type: "oauth2";
}

Hierarchy

  • BaseOAuthSecurity
    • OAuth2ApplicationSecurity

Properties

description?: string
flow: "application"
tokenUrl: string
type: "oauth2"

Generated using TypeDoc