IamToken constructor

IamToken(
  1. String id,
  2. String accessToken,
  3. String refreshToken,
  4. int expiresIn,
  5. String tokenType,
)

Implementation

IamToken(this.id, this.accessToken, this.refreshToken, this.expiresIn, this.tokenType);