@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface PublicKeyCredentialDescriptor
Modifier and Type | Interface and Description |
---|---|
static interface |
PublicKeyCredentialDescriptor.Builder |
Modifier and Type | Method and Description |
---|---|
static PublicKeyCredentialDescriptor.Builder |
create(BufferSource id,
java.lang.String type) |
BufferSource |
id() |
void |
setId(BufferSource id) |
void |
setTransports(JsArray<java.lang.String> transports) |
default void |
setTransports(java.lang.String... transports) |
void |
setType(java.lang.String type) |
JsArray<java.lang.String> |
transports() |
java.lang.String |
type() |
@JsOverlay @Nonnull static PublicKeyCredentialDescriptor.Builder create(@Nonnull BufferSource id, @PublicKeyCredentialType @Nonnull java.lang.String type)
@JsProperty(name="id") @Nonnull BufferSource id()
@JsProperty void setId(@Nonnull BufferSource id)
@JsProperty(name="transports") JsArray<java.lang.String> transports()
@JsProperty void setTransports(@Nonnull JsArray<java.lang.String> transports)
@JsOverlay default void setTransports(@Nonnull java.lang.String... transports)
@JsProperty(name="type") @PublicKeyCredentialType @Nonnull java.lang.String type()
@JsProperty void setType(@PublicKeyCredentialType @Nonnull java.lang.String type)