AuthHuaweiId constructor

AuthHuaweiId({
  1. String? openId,
  2. String? photoUriString,
  3. String? accessToken,
  4. String? displayName,
  5. int? status,
  6. int? gender,
  7. String? unionId,
  8. String? idToken,
  9. int? expirationTimeSecs,
  10. String? givenName,
  11. String? familyName,
  12. int? homeZone,
  13. List<String>? grantedScopes,
  14. List? extensionScopes,
})

Implementation

AuthHuaweiId({
  this.openId,
  this.photoUriString,
  this.accessToken,
  this.displayName,
  this.status,
  this.gender,
  this.unionId,
  this.idToken,
  this.expirationTimeSecs,
  this.givenName,
  this.familyName,
  this.homeZone,
  this.grantedScopes,
  this.extensionScopes,
});