rotate method
void
rotate()
Announces a token rotation without changing the identity.
Implementation
void rotate() {
_rotation++;
notifyTokenRotated();
}
Announces a token rotation without changing the identity.
void rotate() {
_rotation++;
notifyTokenRotated();
}