Simply loading SDK like: ``` html <script type="text/javascript"> (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })(); </script> ``` I would like to use [`gapi.auth.authorize`](https://developers.google.com/api-client-library/javascript/reference/referencedocs#--------gapiauthauthorizeparams--------callback------) unfortunately `gapi.auth` object is `undefined` though `gapi` is available.
Simply loading SDK like:
I would like to use
gapi.auth.authorizeunfortunatelygapi.authobject isundefinedthoughgapiis available.