Class ConsentListResponse
java.lang.Object
io.getlime.security.powerauth.app.tppengine.model.response.ConsentListResponse
public class ConsentListResponse extends Object
Class representing currently given consents by a user.
- Author:
- Petr Dvorak, petr@wultra.com
-
Constructor Summary
Constructors Constructor Description ConsentListResponse() -
Method Summary
Modifier and Type Method Description List<GivenConsent>getConsents()StringgetUserId()voidsetConsents(List<GivenConsent> consents)voidsetUserId(String userId)
-
Constructor Details
-
ConsentListResponse
public ConsentListResponse()
-
-
Method Details
-
getUserId
-
setUserId
-
getConsents
-
setConsents
-