Is it possible 2 authentication plugins 1 service (Basic, JWT)

Can I Use 2 authentication plugin JWT and basic?

I want to apply two authentication plugins for the same API URL. (end-point is same)
I want to be authenticated if any of the two authentication plugins succeed.
In this case, can I use two authentication plugins for one API URL?