AccessTokenResponse constructor

AccessTokenResponse(
  1. String accessToken,
  2. String tokenType,
  3. int expiresIn,
  4. String refreshToken,
  5. String scope,
  6. int createdAt,
)

Implementation

AccessTokenResponse(this.accessToken, this.tokenType, this.expiresIn,
    this.refreshToken, this.scope, this.createdAt);