A user forgets to renew their token before it expires. What happens to the token and its associated leases?
Expiration leads to revocation of the token and its leases.
Why this answer
Option C is correct because when a token expires, Vault automatically revokes it and all leases created by it. Option A is wrong because the token is not automatically renewed. Option B is wrong because the token is revoked, not just deactivated.
Option D is wrong because the token cannot be used after expiration.