The specification sates that: " ...
Lists the required security schemes to execute this operation. The object can have multiple security schemes declared in it which are all required (that is, there is a logical AND between the schemes).
..."
I would like to specify that exactly one of multiple/any OAuth 2.0 flows can be used to authenticate the user, but the spec states that these are AND-ed, for example API-key and OAuth Authorization Code flow.
How can I define a security scheme that includes: authorization code, implicit and password OAuth flows - all three are fine, just pick one?