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