@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="AuthenticationExtensionsLargeBlobInputs")
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(java.lang.String support) |
void |
setWrite(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(@Nonnull
java.lang.String support)
@JsProperty(name="write") BufferSource write()
@JsProperty
void setWrite(@Nonnull
BufferSource write)