Variable PASSWORD_STORAGE_DESCRIPTIONConst

PASSWORD_STORAGE_DESCRIPTION: {
    accountId: "id:account";
    email: "string";
    password: "string";
    verified: "boolean";
} = ...

Type declaration

  • Readonly accountId: "id:account"
  • Readonly email: "string"
  • Readonly password: "string"
  • Readonly verified: "boolean"