What type of Box App do i need to develop?

新規投稿

コメント

2件のコメント

  • Murtza

    We have two types of authentication. The first is our OAuth process, which is designed to be used with Managed Users. The second is our JWT auth process, which is designed to be used with App Users. For both of these authentication types, the API key does expire. 

     

     

    0
    コメントアクション パーマリンク
  • steveb

    When you request an auth token, you actually get back two tokens: an access_token that you use to authenticate API calls, and a refresh_token that you can use to get a new set of tokens.

    In addition to processing your events, your endpoint can check for token expiration and request a new token when necessary.

    0
    コメントアクション パーマリンク

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