@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface AuthenticationExtensionsLargeBlobInputs
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AuthenticationExtensionsLargeBlobInputs.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationExtensionsLargeBlobInputs.Builder |
create() |
boolean |
read() |
void |
setRead(boolean read) |
void |
setSupport(@JsNonNull java.lang.String support) |
void |
setWrite(@JsNonNull BufferSource write) |
java.lang.String |
support() |
BufferSource |
write() |
@JsOverlay @Nonnull static AuthenticationExtensionsLargeBlobInputs.Builder create()
@JsProperty(name="read") boolean read()
@JsProperty void setRead(boolean read)
@JsProperty(name="support") java.lang.String support()
@JsProperty void setSupport(@JsNonNull java.lang.String support)
@JsProperty(name="write") BufferSource write()
@JsProperty void setWrite(@JsNonNull BufferSource write)