
com.webauthn4j.verifier.CustomRegistrationVerifier Maven / Gradle / Ivy
package com.webauthn4j.verifier;
import org.jetbrains.annotations.NotNull;
/**
* Handler interface to verify registration with custom logic
*/
public interface CustomRegistrationVerifier {
void verify(@NotNull RegistrationObject registrationObject);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy