OAuth2 Refresh Token

I’m having trouble with OAuth2 Refresh Token , with Google OAuth. There isn’t clear instructions in the documents.

It seems that according to this thread OAuth2 Provider and refresh tokens OnAuthenticationRequired should be hooked into to send the refresh token. If I try to override onAuthenticationRequired it does not exist as a method in OAuth2Provider. Also it’s unclear on how to persist the Refresh Token as well.

Are you using the GoogleAuthProvider in ServiceStack.Auth?

There’s a working example of it in http://mvc.netcore.io (GitHub) where it shows where it saves the Access Token in the UserAuthDetails table.

Yes, using the new GoogleAuthProvider