AuthInfo constructor

AuthInfo(
  1. Account account,
  2. String idToken, [
  3. String? accessToken,
  4. String? refreshToken,
])

Implementation

AuthInfo(this.account, this.idToken, [this.accessToken, this.refreshToken]);