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

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