Welcome to the new Box Support website. Check out all the details here on what’s changed.

Refresh a token generated after using grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer

New post

Comments

1 comment

  • Murtza

     With our JWT authentication model, there is no refresh token. To create a new access token using JWT authentication, you would use the same credentials that you used to generate the first access token. Note that the JWT assertion would have a different value since you would have to update the exp parameter.

     

    With our OAuth2 authentication model, you would use the refresh token to get a new access token.

    0
    Comment actions Permalink

Please sign in to leave a comment.