> ## Documentation Index
> Fetch the complete documentation index at: https://developer.box.com/llms.txt
> Use this file to discover all available pages before exploring further.

# トークンおよびURLの有効期限

Box APIには、自動的に期限切れになるトークン、コード、およびURLがいくつかあります。以下に、それぞれの有効期間の概要を示します。

|                              |                      |
| ---------------------------- | -------------------- |
| [承認コード][Authorization Codes] | 30秒後に有効期限切れ          |
| [アクセストークン][Access Tokens]    | 60分後に有効期限切れ          |
| [更新トークン][Refresh Tokens]     | 60日後または1回の使用後に有効期限切れ |
| [ダウンロードURL][Download URLs]   | 15分後に有効期限切れ          |

詳細については、それぞれのガイドを参照してください。

[Authorization Codes]: /guides/authentication/oauth2

[Access Tokens]: /guides/authentication/tokens

[Refresh Tokens]: /guides/authentication/tokens/refresh

[Download URLs]: /guides/downloads
