
org.cloudfoundry.identity.uaa.account.ChangeEmailService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cloudfoundry-identity-server Show documentation
Show all versions of cloudfoundry-identity-server Show documentation
Cloud Foundry User Account and Authentication
package org.cloudfoundry.identity.uaa.account;
import java.util.Map;
public interface ChangeEmailService {
void beginEmailChange(String userId, String userEmail, String newEmail, String clientId, String redirectUri);
Map completeVerification(String code);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy