Interface Validator
public interface Validator
Validators logic which validate the incoming request using username or request id.
Note: Starting of request will mainly deal with username and completing a request will with request id.
Do check service implementation
WebauthnServerServiceImpl for more details.-
Method Summary
-
Method Details
-
validate
-
validate
default void validate(com.yubico.webauthn.data.ByteArray requestId)
-