EzAPI.Securityval unreachable : uninhabited -> 'aval ref_name :
[< `Basic of basic_desc
| `Bearer of bearer_desc
| `Cookie of 'a apikey * 'b
| `Header of 'c apikey
| `Nosecurity of uninhabited
| `Query of 'd apikey ] ->
stringval params :
[< `Basic of basic_desc & 'a
| `Bearer of bearer_desc & 'b
| `Cookie of string apikey * int64 option & 'c
| `Header of string apikey & 'd
| `Nosecurity of uninhabited & 'e
| `Query of Param.t apikey & 'f apikey ]
list ->
'f listval headers :
[< `Basic of basic_desc & 'a
| `Bearer of bearer_desc & 'b
| `Cookie of string apikey * int64 option & 'c
| `Header of string apikey
| `Nosecurity of uninhabited & 'd
| `Query of Param.t apikey & 'e ]
list ->
Stdlib__Set.Make(Stdlib.String).tval make_security :
scheme ->
string ->
(string * string) list * (Param.t * Param.TYPES.param_value) list