Module GapiAuthResponse.AuthSub

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