Ask Flux
Help Center
How can we help?

What is the difference between an expired and inactive token ?

Tokens have two properties that contribute to if it's valid or not. Expiration date and IsActive are the two properties that determine the validness of the token. Any interaction that is done from the EVPortal actually interacts with the wallets that belong to the token. Moreover, these two properties are independent of each other (i.e. setting one does not change the value of the other). Below you can find a table that determines the validness of the tokens based on the IsActive and Expirarion properties.

IsActive (wallet)
Expiration (Wallet)
IsValid (Token)
1
Not expired
1
0
Not expired
0
1
Expired
0
0
Expired
0

Some examples and things to consider:

  • If a token is expired, it does not make it inactive but makes the token invalid.
  • If a token is set to Inactive, it doesn't change its expiration date.
Did this answer your question?
😞
😐
🤩