I have a web application where users can sign in with Google
.
To the sign-in process I add a scope to be able to access Google Calendar.
Now that the user is signed in, I would like to - in client-side - get their current Google access token in order to - in client-side - make a request and get a list of their events.
Is there a way to get the current OAuth token (no need for refresh token) in order for me to make this completely in the client-side?