IdToken constructor

IdToken(
  1. String idToken,
  2. String accessToken,
  3. String refreshToken,
  4. int expiresIn,
  5. String tokenType,
)

Implementation

IdToken(this.idToken, this.accessToken, this.refreshToken, this.expiresIn, this.tokenType);