TransistorAuthorizationToken constructor

TransistorAuthorizationToken(
  1. String accessToken,
  2. String refreshToken,
  3. int expires,
  4. String url,
)

Implementation

TransistorAuthorizationToken(
    this.accessToken, this.refreshToken, this.expires, this.url);