@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="PasswordCredential")
public class PasswordCredential
extends Credential
| Constructor and Description |
|---|
PasswordCredential(HTMLFormElement form)
The PasswordCredential constructor creates a new PasswordCredential object.
|
PasswordCredential(PasswordCredentialData data)
The PasswordCredential constructor creates a new PasswordCredential object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
iconURL()
The iconURL read-only property of the PasswordCredential interface returns a USVString containing a URL pointing to an image for an icon.
|
java.lang.String |
name()
The name read-only property of the PasswordCredential interface returns a USVSTring containing a human-readable public name for display in a credential chooser.
|
java.lang.String |
password()
The password read-only property of the PasswordCredential interface returns a USVString containing the password of the credential.
|
id, typepublic PasswordCredential(@Nonnull
HTMLFormElement form)
public PasswordCredential(@Nonnull
PasswordCredentialData data)
@JsProperty(name="iconURL") @Nonnull public java.lang.String iconURL()
@JsProperty(name="name") @Nonnull public java.lang.String name()
@JsProperty(name="password") @Nonnull public java.lang.String password()