Can I get the refresh token with JWT?
Answeredapi.getAccessToken();
We get null.It's there any problem?
-
Official comment
This is expected behavior when using JWT auth. You need to make a request for a new access token.
Comment actions
Please sign in to leave a comment.
Comments
1 comment