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 Details

    • UserConsentDetailResponse

      public UserConsentDetailResponse()
  • Method Details

    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId​(String userId)
    • getConsent

      public GivenConsent getConsent()
    • setConsent

      public void setConsent​(GivenConsent consent)