SecureIdentity constructor

SecureIdentity({
  1. num breachedPasswordLastCheckedInstant,
  2. BreachedPasswordStatus breachedPasswordStatus,
  3. String connectorId,
  4. String encryptionScheme,
  5. num factor,
  6. String id,
  7. num lastLoginInstant,
  8. String password,
  9. ChangePasswordReason passwordChangeReason,
  10. bool passwordChangeRequired,
  11. num passwordLastUpdateInstant,
  12. String salt,
  13. String uniqueUsername,
  14. String username,
  15. ContentStatus usernameStatus,
  16. bool verified,
  17. num verifiedInstant,
})

Implementation

SecureIdentity(
    {this.breachedPasswordLastCheckedInstant,
    this.breachedPasswordStatus,
    this.connectorId,
    this.encryptionScheme,
    this.factor,
    this.id,
    this.lastLoginInstant,
    this.password,
    this.passwordChangeReason,
    this.passwordChangeRequired,
    this.passwordLastUpdateInstant,
    this.salt,
    this.uniqueUsername,
    this.username,
    this.usernameStatus,
    this.verified,
    this.verifiedInstant});