Class UserConsentDetailResponse
java.lang.Object
io.getlime.security.powerauth.app.tppengine.model.response.UserConsentDetailResponse
public class UserConsentDetailResponse extends Object
Response object representing a given consent to TPP app by given user.
- Author:
- Petr Dvorak, petr@wultra.com
-
Constructor Summary
Constructors Constructor Description UserConsentDetailResponse() -
Method Summary
Modifier and Type Method Description GivenConsentgetConsent()StringgetUserId()voidsetConsent(GivenConsent consent)voidsetUserId(String userId)
-
Constructor Details
-
UserConsentDetailResponse
public UserConsentDetailResponse()
-
-
Method Details
-
getUserId
-
setUserId
-
getConsent
-
setConsent
-