@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() |
JsArray<BufferSource> |
authnSel() |
static AuthenticationExtensionsClientInputs.Builder |
create() |
boolean |
exts() |
boolean |
loc() |
void |
setAppid(java.lang.String appid) |
default void |
setAuthnSel(BufferSource... authnSel) |
void |
setAuthnSel(JsArray<BufferSource> authnSel) |
void |
setExts(boolean exts) |
void |
setLoc(boolean loc) |
void |
setTxAuthGeneric(TxAuthGenericArg txAuthGeneric) |
void |
setTxAuthSimple(java.lang.String txAuthSimple) |
void |
setUvi(boolean uvi) |
void |
setUvm(boolean uvm) |
TxAuthGenericArg |
txAuthGeneric() |
java.lang.String |
txAuthSimple() |
boolean |
uvi() |
boolean |
uvm() |
@JsOverlay @Nonnull static AuthenticationExtensionsClientInputs.Builder create()
@JsProperty(name="appid") java.lang.String appid()
@JsProperty
void setAppid(@Nonnull
java.lang.String appid)
@JsProperty(name="txAuthSimple") java.lang.String txAuthSimple()
@JsProperty
void setTxAuthSimple(@Nonnull
java.lang.String txAuthSimple)
@JsProperty(name="txAuthGeneric") TxAuthGenericArg txAuthGeneric()
@JsProperty
void setTxAuthGeneric(@Nonnull
TxAuthGenericArg txAuthGeneric)
@JsProperty(name="authnSel") JsArray<BufferSource> authnSel()
@JsProperty
void setAuthnSel(@Nonnull
JsArray<BufferSource> authnSel)
@JsOverlay
default void setAuthnSel(@Nonnull
BufferSource... authnSel)
@JsProperty(name="exts") boolean exts()
@JsProperty void setExts(boolean exts)
@JsProperty(name="uvi") boolean uvi()
@JsProperty void setUvi(boolean uvi)
@JsProperty(name="loc") boolean loc()
@JsProperty void setLoc(boolean loc)
@JsProperty(name="uvm") boolean uvm()
@JsProperty void setUvm(boolean uvm)