How to request offline_access from Google using .AddOpenIdConnect() in ASP.NET Core?
I know Microsoft provides a Google-specific OIDC package (Microsoft.AspNetCore.Authentication.Google) which takes an option in .AddGoogle() to specify AccessType that can be set to offline.