What is this approach for? For example, from the Google OAuth API:
(0, _.Q)("gapi.auth.authorize", _.Ek.Ff); (0, _.Q)("gapi.auth.checkSessionState", _.Ek.MH); (0, _.Q)("gapi.auth.getAuthHeaderValueForFirstParty", _.Ek.Qe); (0, _.Q)("gapi.auth.getToken", _.Ek.$f); (0, _.Q)("gapi.auth.getVersionInfo", _.Ek.Wk); (0, _.Q)("gapi.auth.init", _.Ek.gb); (0, _.Q)("gapi.auth.setToken", _.Ek.Ym);
It seems to me like a simple conclusion
_.Q("gapi.auth.authorize", _.Ek.Ff); _.Q("gapi.auth.checkSessionState", _Ek.MH); ...
I guess that is not the case. so what's the difference?
source share