Uses of Class
sh.ory.hydra.model.PreviousConsentSession
-
Packages that use PreviousConsentSession Package Description sh.ory.hydra.api sh.ory.hydra.model -
-
Uses of PreviousConsentSession in sh.ory.hydra.api
Methods in sh.ory.hydra.api that return types with arguments of type PreviousConsentSession Modifier and Type Method Description List<PreviousConsentSession>AdminApi. listSubjectConsentSessions(String subject)Lists All Consent Sessions of a Subject This endpoint lists all subject's granted consent sessions, including client and granted scope.ApiResponse<List<PreviousConsentSession>>AdminApi. listSubjectConsentSessionsWithHttpInfo(String subject)Lists All Consent Sessions of a Subject This endpoint lists all subject's granted consent sessions, including client and granted scope.Method parameters in sh.ory.hydra.api with type arguments of type PreviousConsentSession Modifier and Type Method Description okhttp3.CallAdminApi. listSubjectConsentSessionsAsync(String subject, ApiCallback<List<PreviousConsentSession>> _callback)Lists All Consent Sessions of a Subject (asynchronously) This endpoint lists all subject's granted consent sessions, including client and granted scope. -
Uses of PreviousConsentSession in sh.ory.hydra.model
Methods in sh.ory.hydra.model that return PreviousConsentSession Modifier and Type Method Description PreviousConsentSessionPreviousConsentSession. addGrantAccessTokenAudienceItem(String grantAccessTokenAudienceItem)PreviousConsentSessionPreviousConsentSession. addGrantScopeItem(String grantScopeItem)PreviousConsentSessionPreviousConsentSession. consentRequest(ConsentRequest consentRequest)PreviousConsentSessionPreviousConsentSession. grantAccessTokenAudience(List<String> grantAccessTokenAudience)PreviousConsentSessionPreviousConsentSession. grantScope(List<String> grantScope)PreviousConsentSessionPreviousConsentSession. handledAt(org.threeten.bp.OffsetDateTime handledAt)PreviousConsentSessionPreviousConsentSession. remember(Boolean remember)PreviousConsentSessionPreviousConsentSession. rememberFor(Long rememberFor)PreviousConsentSessionPreviousConsentSession. session(ConsentRequestSession session)
-