public interface ProtocolFacingConsent
Modifier and Type | Method and Description |
---|---|
String |
getConsentContext()
Get the context of this consent to identify its scope, like the list of IBANs or consent scope, its due date, etc.
|
String |
getConsentId()
Get consent ID that is used to identify this consent in ASPSP API calls.
|
void |
setConsentContext(String context)
Get the context of this consent to identify its scope.
|
void |
setConsentId(String id)
Set consent ID that is used to identify this consent in ASPSP API calls.
|
String getConsentId()
String getConsentContext()
void setConsentId(String id)
void setConsentContext(String context)
Copyright © 2020. All rights reserved.