TokenRefreshedEvent constructor

const TokenRefreshedEvent(
  1. Token token
)

Creates a refresh event with the freshly stored token.

Implementation

const TokenRefreshedEvent(this.token);