WebIDLpedia

PasswordCredentialData dictionary

Definition

Credential Management Level 1 defines PasswordCredentialData



dictionary PasswordCredentialData : CredentialData {
  USVString name;
  USVString iconURL;
  required USVString origin;
  required USVString password;
};

Referring IDL interfaces/dictionaries