Interface WebauthnServerService

All Known Implementing Classes:
WebauthnServerServiceImpl

public interface WebauthnServerService
Webauthn Registration and Authentication workflows. We start a process with initial request which is sent to a Webauthn device via relying party app. The process is completed when the Webauthn device sends back a response object back to relying party server. Basic flow is. App -> Server (start) -> App -> Webauthn Device Webauthn Device -> App -> Server (complete) -> App