package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. iss : string;
  2. scope : string;
  3. aud : string;
  4. exp : float;
  5. iat : float;
  6. sub : string;
}
val iss : (t, string) GapiLens.t
val scope : (t, string) GapiLens.t
val aud : (t, string) GapiLens.t
val exp : (t, float) GapiLens.t
val iat : (t, float) GapiLens.t
val sub : (t, string) GapiLens.t
val to_data_model : t -> GapiJson.json_data_model
val of_data_model : GapiJson.json_data_model -> t