public interface AisAuthorizationService
| Modifier and Type | Method and Description |
|---|---|
Optional<CreateConsentAuthorizationResponse> |
createConsentAuthorization(String psuId,
String consentId) |
AccountConsentAuthorization |
getAccountConsentAuthorizationById(String authorizationId,
String consentId) |
UpdateConsentPsuDataResponse |
updateConsentPsuData(UpdateConsentPsuDataReq updatePsuData,
AccountConsentAuthorization consentAuthorization) |
Optional<CreateConsentAuthorizationResponse> createConsentAuthorization(String psuId, String consentId)
UpdateConsentPsuDataResponse updateConsentPsuData(UpdateConsentPsuDataReq updatePsuData, AccountConsentAuthorization consentAuthorization)
AccountConsentAuthorization getAccountConsentAuthorizationById(String authorizationId, String consentId)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.