package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module GapiAuthResponse.AuthSubSource

Sourcetype token_info = {
  1. target : string;
  2. scope : string;
  3. secure : bool;
}
Sourceval target : (token_info, string) GapiLens.t
Sourceval scope : (token_info, string) GapiLens.t
Sourceval secure : (token_info, bool) GapiLens.t