tsoa-next
    Preparing search index...

    Interface BearerSecurity3

    interface BearerSecurity3 {
        bearerFormat?: string;
        description?: string;
        scheme: "bearer";
        type: "http";
    }

    Hierarchy

    • BaseSecurity
      • BearerSecurity3
    Index

    Properties

    bearerFormat?: string
    description?: string
    scheme: "bearer"
    type: "http"