AuthToken constructor

AuthToken(
  1. String token,
  2. DateTime expires
)

Implementation

AuthToken(this.token, this.expires);