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.