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