Interface OAuth2ImplicitSecurity

interface OAuth2ImplicitSecurity {
    authorizationUrl: string;
    description?: string;
    flow: "implicit";
    scopes?: Swagger.OAuthScope;
    type: "oauth2";
}

Hierarchy

  • BaseOAuthSecurity
    • OAuth2ImplicitSecurity

Properties

authorizationUrl: string
description?: string
flow: "implicit"
type: "oauth2"

Generated using TypeDoc