tsoa-next
    Preparing search index...

    Interface OAuth2SecurityFlow3

    interface OAuth2SecurityFlow3 {
        authorizationUrl?: string;
        description?: string;
        scopes?: Swagger.OAuthScope;
        tokenUrl?: string;
    }

    Hierarchy

    • BaseSecurity
      • OAuth2SecurityFlow3
    Index

    Properties

    authorizationUrl?: string
    description?: string
    tokenUrl?: string