Authentication Methods

Is it possible to have two different options specified in the authentication parameter?

example would we be able to use apiKey or api_key or just one or the other?

You can change them per type, so have apiKey for a header and api_key for a query param, but not multiples for the same type.