Module GapiAuthResponse.OAuth2
type auth_code= stringtype access_token={access_token : string;token_type : string;expires_in : int;refresh_token : string;}
val access_token : (access_token, string) GapiLens.tval token_type : (access_token, string) GapiLens.tval expires_in : (access_token, int) GapiLens.tval refresh_token : (access_token, string) GapiLens.t