@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Credential")
public class Credential
extends JsObject
| 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.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@JsProperty(name="id") @Nonnull public java.lang.String id()
@JsProperty(name="type") @Nonnull public java.lang.String type()