sig   type token_info = { target : string; scope : string; secure : bool; }   val target : (GapiAuthResponse.AuthSub.token_info, string) GapiLens.t   val scope : (GapiAuthResponse.AuthSub.token_info, string) GapiLens.t   val secure : (GapiAuthResponse.AuthSub.token_info, bool) GapiLens.t end