rotate method

void rotate()

Announces a token rotation without changing the identity.

Implementation

void rotate() {
  _rotation++;
  notifyTokenRotated();
}