When I attempt to refresh a token using the refresh token workflow I always get a 400 error with the message “grant_type must be one of [authorization_code|refresh_token|client_credentials]”. In this use case the grant_type is always “refresh_token” since that’s what I’m attempting to do. So the issue must be something else.
Any ideas??