public class VirtualAuthenticatorOptions extends Object
| Constructor and Description |
|---|
VirtualAuthenticatorOptions() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutomaticPresenceSimulation()
If set to true, tests of user presence will succeed immediately.
|
Boolean |
getHasResidentKey() |
Boolean |
getHasUserVerification() |
AuthenticatorProtocol |
getProtocol() |
AuthenticatorTransport |
getTransport() |
void |
setAutomaticPresenceSimulation(Boolean automaticPresenceSimulation)
If set to true, tests of user presence will succeed immediately.
|
void |
setHasResidentKey(Boolean hasResidentKey) |
void |
setHasUserVerification(Boolean hasUserVerification) |
void |
setProtocol(AuthenticatorProtocol protocol) |
void |
setTransport(AuthenticatorTransport transport) |
public AuthenticatorProtocol getProtocol()
public void setProtocol(AuthenticatorProtocol protocol)
public AuthenticatorTransport getTransport()
public void setTransport(AuthenticatorTransport transport)
public Boolean getHasResidentKey()
public void setHasResidentKey(Boolean hasResidentKey)
public Boolean getHasUserVerification()
public void setHasUserVerification(Boolean hasUserVerification)
public Boolean getAutomaticPresenceSimulation()
public void setAutomaticPresenceSimulation(Boolean automaticPresenceSimulation)
Copyright © 2020. All rights reserved.