新しいBoxサポートサイトへようこそ。 変更点の詳細はこちらをご確認ください .

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

新規投稿

コメント

1件のコメント

  • 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
    コメントアクション パーマリンク

サインインしてコメントを残してください。