Interface WebAuthnAuthenticationClientFactory
public interface WebAuthnAuthenticationClientFactory
Abstract factory for creating singleton
WebAuthnAuthenticationClient instances.-
Method Summary
-
Method Details
-
createInstance
Create anWebAuthnAuthenticationClientinstance.- Returns:
- the client, never
null. - Throws:
WebAuthnAuthenticationClientException- if there is an error creating the client.
-