Urgent : Not able to refresh access and refresh tokens automatically in c#.net

New post

Comments

1 comment

  • mwiller

     Are you trying to refresh the Developer Token in this case?  That token is for testing only, and cannot be refreshed.  In order to stay authenticated for longer than 60 minutes, you will need to properly implement authentication using either standard OAuth2 or JWT server auth, depending on what type of auth you have.

    0
    Comment actions Permalink

Please sign in to leave a comment.