Get Refresh Token from Google

Hello, thanks for answering. In fact I have read it. It was the first thing I found and read when this problem came up. I follow the tutorial that Auth0 suggests with asp.net core 3.1 for login. So I don’t know how to implement what the post says, especially the part about adding the line: access_type: ‘offline’. I don’t know if I have to use auth0-spa-js or configure it in Startup.cs of my project. When the user opens the webapp link, the user is directed to the Auth0 (Universal Login) login and only the “Continue with Google” button appears. I hope I have been able to explain myself well. Thanks again.