package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type token_info = {
  1. target : string;
  2. scope : string;
  3. secure : bool;
}
val target : (token_info, string) GapiLens.t
val scope : (token_info, string) GapiLens.t
val secure : (token_info, bool) GapiLens.t