| Modifier and Type | Method and Description |
|---|---|
io.getlime.core.rest.model.base.response.ObjectResponse<ConsentDetailResponse> |
TppEngineClient.consentDetail(String id)
Lookup consent details (details of a consent template).
|
io.getlime.core.rest.model.base.response.ObjectResponse<UserConsentDetailResponse> |
TppEngineClient.consentStatus(String userId,
String consentId,
String clientId)
Lookup consent status for given user and app.
|
io.getlime.core.rest.model.base.response.ObjectResponse<TppAppDetailResponse> |
TppEngineClient.fetchAppInfo(String clientId)
Lookup information about a provided app.
|
io.getlime.core.rest.model.base.response.ObjectResponse<GiveConsentResponse> |
TppEngineClient.giveConsent(GiveConsentRequest request)
Give consent according to request parameters.
|
io.getlime.core.rest.model.base.response.Response |
TppEngineClient.rejectConsent(RemoveConsentRequest request)
Reject consent according to request parameters.
|
Copyright © 2016–2020 Wultra s.r.o.. All rights reserved.