Module GapiDiscoveryV1Model.RestDescription.Auth

module Auth: sig .. end

module Oauth2: sig .. end
type t = {
   oauth2 : Oauth2.t; (*
OAuth 2.0 authentication information.
*)
}
val oauth2 : (t,
Oauth2.t)
GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model -> t