@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface AuthenticatorSelectionCriteria
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AuthenticatorSelectionCriteria.Builder |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
authenticatorAttachment() |
static AuthenticatorSelectionCriteria.Builder |
create() |
boolean |
requireResidentKey() |
java.lang.String |
residentKey() |
void |
setAuthenticatorAttachment(java.lang.String authenticatorAttachment) |
void |
setRequireResidentKey(boolean requireResidentKey) |
void |
setResidentKey(java.lang.String residentKey) |
void |
setUserVerification(java.lang.String userVerification) |
java.lang.String |
userVerification() |
@JsOverlay @Nonnull static AuthenticatorSelectionCriteria.Builder create()
@JsProperty(name="authenticatorAttachment") java.lang.String authenticatorAttachment()
@JsProperty
void setAuthenticatorAttachment(@Nonnull
java.lang.String authenticatorAttachment)
@JsProperty(name="requireResidentKey") boolean requireResidentKey()
@JsProperty void setRequireResidentKey(boolean requireResidentKey)
@JsProperty(name="residentKey") java.lang.String residentKey()
@JsProperty
void setResidentKey(@Nonnull
java.lang.String residentKey)
@JsProperty(name="userVerification") java.lang.String userVerification()
@JsProperty
void setUserVerification(@Nonnull
java.lang.String userVerification)