Class VirtualAuthenticatorOptions


  • public class VirtualAuthenticatorOptions
    extends java.lang.Object
    • Constructor Detail

      • VirtualAuthenticatorOptions

        public VirtualAuthenticatorOptions​(AuthenticatorProtocol protocol,
                                           AuthenticatorTransport transport,
                                           java.lang.Boolean hasResidentKey,
                                           java.lang.Boolean hasUserVerification,
                                           java.lang.Boolean automaticPresenceSimulation)
    • Method Detail

      • getHasResidentKey

        public java.lang.Boolean getHasResidentKey()
      • getHasUserVerification

        public java.lang.Boolean getHasUserVerification()
      • getAutomaticPresenceSimulation

        public java.lang.Boolean getAutomaticPresenceSimulation()
        If set to true, tests of user presence will succeed immediately. Otherwise, they will not be resolved. Defaults to true.