Views:

Revoking Charging Access

 

There are many ways to revoke a token’s ability to charge, each with a different scope and impact.

 

ActionScopeReversible?

Invalidate token

Single token — cannot charge anywhereYes (Validate)

Block token

Single token — cannot charge anywhereYes (Unblock)

Disable token group

All tokens in the group — lose group-based accessYes (Enable)

Remove token from group

Single token — loses this group’s accessYes (re-add)

Unlink group from location

All tokens in group — lose access to that location’s chargersYes (re-link)

Remove charger from location

All group-based access to that charger through the locationYes (re-add)

Remove token from charger

Single token — loses direct access to that chargerYes (re-add)

Delete token group

All tokens in group — lose all group-based accessNo (permanent)

Delete token

Token is permanently removedNo (permanent)

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Recommendation: Use blocking for temporary suspensions and invalidating or deleting for permanent deactivation. Use disabling a group to quickly suspend access for an entire set of users.