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