The library seems to be using a different auth mechanism than the one shown in the Picker API examples. Specifically, I'm looking for ways to set access_type: "offline", but I can't seem to find any docs on how to do that with auth as opposed to auth2. The JS API that gets loaded supports both, is there a plan to migrate to using auth2? I'd also appreciate docs you can refer me to about auth.
The library seems to be using a different auth mechanism than the one shown in the Picker API examples. Specifically, I'm looking for ways to set
access_type: "offline"
, but I can't seem to find any docs on how to do that withauth
as opposed toauth2
. The JS API that gets loaded supports both, is there a plan to migrate to usingauth2
? I'd also appreciate docs you can refer me to aboutauth
.