tsoa-next
    Preparing search index...

    Interface OAuth2ApplicationSecurity

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

    Hierarchy

    • BaseOAuthSecurity
      • OAuth2ApplicationSecurity
    Index

    Properties

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