@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Credential")
public class Credential
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
Credential() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
id()
The id property of the Credential interface returns a DOMString containing the credential's identifier.
|
java.lang.String |
type()
The type property of the Credential interface returns a DOMString containing the credential's type.
|
@JsProperty(name="id") @Nonnull public java.lang.String id()
@JsProperty(name="type") @Nonnull public java.lang.String type()