io.corbel.oauth.service.MailValidationService Maven / Gradle / Ivy
The newest version!
package io.corbel.oauth.service;
import io.corbel.oauth.model.Client;
/**
* @author Alberto J. Rubio
*/
public interface MailValidationService {
void sendMailValidation(Client client, String userId, String email);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy