@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface AuthenticationExtensionsClientInputs
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AuthenticationExtensionsClientInputs.Builder |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
appid() |
java.lang.String |
appidExclude() |
boolean |
credProps() |
AuthenticationExtensionsLargeBlobInputs |
largeBlob() |
static AuthenticationExtensionsClientInputs.Builder |
of() |
void |
setAppid(@JsNonNull java.lang.String appid) |
void |
setAppidExclude(@JsNonNull java.lang.String appidExclude) |
void |
setCredProps(boolean credProps) |
void |
setLargeBlob(@JsNonNull AuthenticationExtensionsLargeBlobInputs largeBlob) |
void |
setUvm(boolean uvm) |
boolean |
uvm() |
@JsOverlay @Nonnull static AuthenticationExtensionsClientInputs.Builder of()
@JsProperty(name="appid") java.lang.String appid()
@JsProperty void setAppid(@JsNonNull java.lang.String appid)
@JsProperty(name="appidExclude") java.lang.String appidExclude()
@JsProperty void setAppidExclude(@JsNonNull java.lang.String appidExclude)
@JsProperty(name="uvm") boolean uvm()
@JsProperty void setUvm(boolean uvm)
@JsProperty(name="credProps") boolean credProps()
@JsProperty void setCredProps(boolean credProps)
@JsProperty(name="largeBlob") AuthenticationExtensionsLargeBlobInputs largeBlob()
@JsProperty void setLargeBlob(@JsNonNull AuthenticationExtensionsLargeBlobInputs largeBlob)