tsoa-next
    Preparing search index...

    Interface OAuth2ImplicitSecurity

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

    Hierarchy

    • BaseOAuthSecurity
      • OAuth2ImplicitSecurity
    Index

    Properties

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