Uses of Class
sh.ory.hydra.model.AcceptConsentRequest
-
Packages that use AcceptConsentRequest Package Description sh.ory.hydra.api sh.ory.hydra.model -
-
Uses of AcceptConsentRequest in sh.ory.hydra.api
Methods in sh.ory.hydra.api with parameters of type AcceptConsentRequest Modifier and Type Method Description CompletedRequestAdminApi. acceptConsentRequest(String consentChallenge, AcceptConsentRequest body)Accept a Consent Request When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider to authenticate the subject and then tell ORY Hydra now about it.okhttp3.CallAdminApi. acceptConsentRequestAsync(String consentChallenge, AcceptConsentRequest body, ApiCallback<CompletedRequest> _callback)Accept a Consent Request (asynchronously) When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider to authenticate the subject and then tell ORY Hydra now about it.okhttp3.CallAdminApi. acceptConsentRequestCall(String consentChallenge, AcceptConsentRequest body, ApiCallback _callback)Build call for acceptConsentRequestApiResponse<CompletedRequest>AdminApi. acceptConsentRequestWithHttpInfo(String consentChallenge, AcceptConsentRequest body)Accept a Consent Request When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider to authenticate the subject and then tell ORY Hydra now about it. -
Uses of AcceptConsentRequest in sh.ory.hydra.model
Methods in sh.ory.hydra.model that return AcceptConsentRequest Modifier and Type Method Description AcceptConsentRequestAcceptConsentRequest. addGrantAccessTokenAudienceItem(String grantAccessTokenAudienceItem)AcceptConsentRequestAcceptConsentRequest. addGrantScopeItem(String grantScopeItem)AcceptConsentRequestAcceptConsentRequest. grantAccessTokenAudience(List<String> grantAccessTokenAudience)AcceptConsentRequestAcceptConsentRequest. grantScope(List<String> grantScope)AcceptConsentRequestAcceptConsentRequest. handledAt(org.threeten.bp.OffsetDateTime handledAt)AcceptConsentRequestAcceptConsentRequest. remember(Boolean remember)AcceptConsentRequestAcceptConsentRequest. rememberFor(Long rememberFor)AcceptConsentRequestAcceptConsentRequest. session(ConsentRequestSession session)
-