| Package | Description |
|---|---|
| de.adorsys.psd2.client.api | |
| de.adorsys.psd2.client.model |
| Modifier and Type | Method and Description |
|---|---|
ConsentsResponse201 |
AccountInformationServiceAisApi.createConsent(UUID xRequestID,
Consents body,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String PSU_ID,
String psUIDType,
String psUCorporateID,
String psUCorporateIDType,
String tpPRedirectPreferred,
String tpPRedirectURI,
String tpPNokRedirectURI,
String tpPExplicitAuthorisationPreferred,
String psUIPAddress,
String psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation)
Create consent
This method create a consent resource, defining access rights to dedicated accounts of a given PSU-ID.
|
com.squareup.okhttp.Call |
AccountInformationServiceAisApi.createConsentAsync(UUID xRequestID,
Consents body,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String PSU_ID,
String psUIDType,
String psUCorporateID,
String psUCorporateIDType,
String tpPRedirectPreferred,
String tpPRedirectURI,
String tpPNokRedirectURI,
String tpPExplicitAuthorisationPreferred,
String psUIPAddress,
String psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation,
ApiCallback<ConsentsResponse201> callback)
Create consent (asynchronously)
This method create a consent resource, defining access rights to dedicated accounts of a given PSU-ID.
|
com.squareup.okhttp.Call |
AccountInformationServiceAisApi.createConsentCall(UUID xRequestID,
Consents body,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String PSU_ID,
String psUIDType,
String psUCorporateID,
String psUCorporateIDType,
String tpPRedirectPreferred,
String tpPRedirectURI,
String tpPNokRedirectURI,
String tpPExplicitAuthorisationPreferred,
String psUIPAddress,
String psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createConsent
|
ApiResponse<ConsentsResponse201> |
AccountInformationServiceAisApi.createConsentWithHttpInfo(UUID xRequestID,
Consents body,
String digest,
String signature,
byte[] tpPSignatureCertificate,
String PSU_ID,
String psUIDType,
String psUCorporateID,
String psUCorporateIDType,
String tpPRedirectPreferred,
String tpPRedirectURI,
String tpPNokRedirectURI,
String tpPExplicitAuthorisationPreferred,
String psUIPAddress,
String psUIPPort,
String psUAccept,
String psUAcceptCharset,
String psUAcceptEncoding,
String psUAcceptLanguage,
String psUUserAgent,
String psUHttpMethod,
UUID psUDeviceID,
String psUGeoLocation)
Create consent
This method create a consent resource, defining access rights to dedicated accounts of a given PSU-ID.
|
| Modifier and Type | Method and Description |
|---|---|
Consents |
Consents.access(AccountAccess access) |
Consents |
Consents.combinedServiceIndicator(Boolean combinedServiceIndicator) |
Consents |
Consents.frequencyPerDay(Integer frequencyPerDay) |
Consents |
Consents.recurringIndicator(Boolean recurringIndicator) |
Consents |
Consents.validUntil(LocalDate validUntil) |
Copyright © 2019. All rights reserved.