org.springframework.social.partnercenter.api.consent.ConsentOperations Maven / Gradle / Ivy
package org.springframework.social.partnercenter.api.consent;
import org.springframework.http.ResponseEntity;
public interface ConsentOperations {
ResponseEntity getConsent(String customerTenantId, String multiTenantApplicationId);
ResponseEntity createConsent(String customerTenantId, Consent consent);
ResponseEntity deleteConsent(String customerTenantId, String multiTenantApplicationId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy