blob: 929aed31be33457d8f7239b7f5dfb942d5ec26ed [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
[
RuntimeEnabled=CredentialManager,
RaisesException=Constructor,
Constructor(DOMString id, DOMString password, optional DOMString name, optional DOMString iconURL)
] interface PasswordCredential : Credential {
readonly attribute DOMString password;
readonly attribute FormData formData;
};