Oauth/token not returning refresh token

There are two things you need to do from what I know.

  1. Include scope “offline_access”
  2. Enable offline access on your api in the Auth0 Dashboard.

Check out this doc: Refresh Tokens

Good Luck!
Tom

2 Likes