You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Am using gapi.auth2.authorize api to allow multiple user accounts being signed in. but it's callback function doesn't provide a refresh_token. Requirement is to keep the users until they sign out.
How can i achieve this as the access_token gets expired in an hour of time? I cannot have a server to do the server side authorization flow. Is there any way to obtain the refresh_token in pure client side? Would following PKCE help me? If yes, what's the endpoint for POST?