Multiple Authorization Schemas in AspNet Web API

In Asp NetCore is possible to use an attribute [Authorize(AuthenticationSchemes = AuthSchemes)] indicating the specific schema to be used to an specific endpoint , but AuthenticationSchemes is not working in AspNet Web API. I need to use Auth0 autentication for just some endpoints and other authentication type for the other ones. How can be that handled in AspNet Web APÏ??