lastUsedCounter property

int lastUsedCounter
getter/setter pair

Has the last used counter for HOTP and TOTP codes. TOTP codes are Milliseconds / 1000 / interval (default 30)

Implementation

static int lastUsedCounter = 0;