Module GapiAuthResponse.AuthSub

module AuthSub: sig .. end

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