ExaAuthUser constructor

ExaAuthUser({
  1. String? displayName,
  2. String? email,
  3. bool? emailVerified,
  4. bool? isAnonymous,
  5. String? phoneNumber,
  6. String? photoURL,
  7. List<ExaAuthUser>? providerData,
  8. String? refreshToken,
  9. String? tenantId,
  10. String? uid,
  11. AuthCredential? authCredential,
  12. String? rawNonce,
  13. String? idToken,
})

Implementation

ExaAuthUser({
  this.displayName,
  this.email,
  this.emailVerified,
  this.isAnonymous,
  this.phoneNumber,
  this.photoURL,
  this.providerData,
  this.refreshToken,
  this.tenantId,
  this.uid,
  this.authCredential,
  this.rawNonce,
  this.idToken,
});