oneOf property

List<String>? oneOf
final

Array of two or more strings identifying other named security scheme definitions, any one of which, when satisfied, will allow access.

Only one may be chosen for use.

Implementation

final List<String>? oneOf;