Documentation Index
Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
Use this file to discover all available pages before exploring further.
- Token ID expiration webhooks are only sent when Token Expiration settings are enabled in your project.
- Token expiration can be configured as count-based or time-based.
Token ID types and expiration concepts
Pre-registered token
A method where your system generates Token IDs in advance.- Tokens expire immediately after a single submission.
- An explicit expiration concept exists.
Non-registered token
A method that uses tokens without pre-generation.- Tokens do not have an explicit expiration.
- Validity is verified based on previous usage at the time of use.
Token expiration settings
Webhook delivery depends on whether Token Expiration settings are enabled in your project.- Count-based
- Time-based
Webhook examples
Response fields
token_expired indicates that the Token ID has expiredcount: Count-based expirationtime: Time-based expiration
idCheck (ID check main pipeline)expired_condition is count. Indicates the exact time when the token expired.expired_condition is time. Indicates when the token was scheduled to expire.Use cases
Token ID expiration webhooks are useful in the following scenarios:Prevent token reuse
Prevent token reuse
Track service logic
Track service logic
Automated token management
Automated token management