@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface AuthenticationExtensionsLargeBlobOutputs
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AuthenticationExtensionsLargeBlobOutputs.Builder |
| Modifier and Type | Method and Description |
|---|---|
ArrayBuffer |
blob() |
static AuthenticationExtensionsLargeBlobOutputs.Builder |
create() |
void |
setBlob(@JsNonNull ArrayBuffer blob) |
void |
setSupported(boolean supported) |
void |
setWritten(boolean written) |
boolean |
supported() |
boolean |
written() |
@JsOverlay @Nonnull static AuthenticationExtensionsLargeBlobOutputs.Builder create()
@JsProperty(name="blob") ArrayBuffer blob()
@JsProperty void setBlob(@JsNonNull ArrayBuffer blob)
@JsProperty(name="supported") boolean supported()
@JsProperty void setSupported(boolean supported)
@JsProperty(name="written") boolean written()
@JsProperty void setWritten(boolean written)