module Auth:sig..end
module Oauth2:sig..end
type t = {
|
oauth2 : |
(* |
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