All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.webauthn4j.verifier.CustomCoreAuthenticationVerifier Maven / Gradle / Ivy

There is a newer version: 0.9.2.RELEASE
Show newest version
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