Module GapiOAuth2Devices.AuthorizationCode

exception RateLimitExceeded
type t = {
device_code : string;
user_code : string;
verification_url : string;
expires_in : int;
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