Module RestDescription.Auth

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