package gapi-ocaml

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

Module GapiOAuth2Devices.AuthorizationCodeSource

Sourceexception RateLimitExceeded
Sourcetype t = {
  1. device_code : string;
  2. user_code : string;
  3. verification_url : string;
  4. expires_in : int;
  5. interval : int;
}
Sourceval device_code : (t, string) GapiLens.t
Sourceval user_code : (t, string) GapiLens.t
Sourceval verification_url : (t, string) GapiLens.t
Sourceval expires_in : (t, int) GapiLens.t
Sourceval interval : (t, int) GapiLens.t