package ocaml_openapi_generator

  1. Overview
  2. Docs
type t = {
  1. implicit : Oauth_flow.t option;
  2. password : Oauth_flow.t option;
  3. client_credentials : Oauth_flow.t option;
  4. authorization_code : Oauth_flow.t option;
}
include Ppx_jsonaf_conv_lib.Jsonafable.S with type t := t
val t_of_jsonaf : Jsonaf_kernel__.Type.t -> t
val jsonaf_of_t : t -> Jsonaf_kernel__.Type.t
val authorization_code : t -> Oauth_flow.t option
val client_credentials : t -> Oauth_flow.t option
val password : t -> Oauth_flow.t option
val implicit : t -> Oauth_flow.t option
module Fields : sig ... end
OCaml

Innovation. Community. Security.