RefreshToken constructor

const RefreshToken(
  1. RefreshTokenSecret secret,
  2. PreciseDateTime expireAt
)

Implementation

const RefreshToken(this.secret, this.expireAt);