Interface CustomRegistrationVerifier


public interface CustomRegistrationVerifier
Handler interface to verify registration with custom logic
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    verify(@NotNull RegistrationObject registrationObject)
     
  • Method Details