Module GapiAuthResponse.ClientLogin

type auth_token = string
type captcha = {
url : string;
token : string;
}
val url : (captcha, string) GapiLens.t
val token : (captcha, string) GapiLens.t