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

cn.ocoop.shiro.sms.AuthcSmsCaptchaServiceAware Maven / Gradle / Ivy

package cn.ocoop.shiro.sms;

public interface AuthcSmsCaptchaServiceAware {
    void sendMessage(String mobile);

    boolean verify(String mobile, String captcha);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy