Uses of Class
io.getlime.security.powerauth.app.tppengine.model.entity.GivenConsent
| Package | Description |
|---|---|
| io.getlime.security.powerauth.app.tppengine.model.response |
-
Uses of GivenConsent in io.getlime.security.powerauth.app.tppengine.model.response
Methods in io.getlime.security.powerauth.app.tppengine.model.response that return GivenConsent Modifier and Type Method Description GivenConsentUserConsentDetailResponse. getConsent()Methods in io.getlime.security.powerauth.app.tppengine.model.response that return types with arguments of type GivenConsent Modifier and Type Method Description List<GivenConsent>ConsentListResponse. getConsents()Methods in io.getlime.security.powerauth.app.tppengine.model.response with parameters of type GivenConsent Modifier and Type Method Description voidUserConsentDetailResponse. setConsent(GivenConsent consent)Method parameters in io.getlime.security.powerauth.app.tppengine.model.response with type arguments of type GivenConsent Modifier and Type Method Description voidConsentListResponse. setConsents(List<GivenConsent> consents)