> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-actions-triggers-prototype.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# トークンを取り消す

> トークンを使用してユーザーアクセスを制御する方法を説明します。

アクセストークンとIDトークンは、一度発行されると、サーバー側セッションのセッションIDのあるCookieと同じ方法で取り消すことはできません。

そのため、トークンは比較的短期間で発行し、ユーザーがアクティブであり続ける場合は定期的に[リフレッシュ](/docs/ja-jp/secure/tokens/refresh-tokens)する必要があります。

## もっと詳しく

* [リフレッシュトークンの取り消し](/docs/ja-jp/secure/tokens/refresh-tokens/revoke-refresh-tokens)
* [トークンのベストプラクティス](/docs/ja-jp/secure/tokens/token-best-practices)
