Module GapiOAuth2Devices.AuthorizationCode

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