Uses of Class
sh.ory.hydra.model.ConsentRequest
-
Packages that use ConsentRequest Package Description sh.ory.hydra.api sh.ory.hydra.model -
-
Uses of ConsentRequest in sh.ory.hydra.api
Methods in sh.ory.hydra.api that return ConsentRequest Modifier and Type Method Description ConsentRequestAdminApi. getConsentRequest(String consentChallenge)Get Consent Request Information 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.Methods in sh.ory.hydra.api that return types with arguments of type ConsentRequest Modifier and Type Method Description ApiResponse<ConsentRequest>AdminApi. getConsentRequestWithHttpInfo(String consentChallenge)Get Consent Request Information 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.Method parameters in sh.ory.hydra.api with type arguments of type ConsentRequest Modifier and Type Method Description okhttp3.CallAdminApi. getConsentRequestAsync(String consentChallenge, ApiCallback<ConsentRequest> _callback)Get Consent Request Information (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. -
Uses of ConsentRequest in sh.ory.hydra.model
Methods in sh.ory.hydra.model that return ConsentRequest Modifier and Type Method Description ConsentRequestConsentRequest. acr(String acr)ConsentRequestConsentRequest. addRequestedAccessTokenAudienceItem(String requestedAccessTokenAudienceItem)ConsentRequestConsentRequest. addRequestedScopeItem(String requestedScopeItem)ConsentRequestConsentRequest. challenge(String challenge)ConsentRequestConsentRequest. client(OAuth2Client client)ConsentRequestConsentRequest. context(Object context)ConsentRequestPreviousConsentSession. getConsentRequest()Get consentRequestConsentRequestConsentRequest. loginChallenge(String loginChallenge)ConsentRequestConsentRequest. loginSessionId(String loginSessionId)ConsentRequestConsentRequest. oidcContext(OpenIDConnectContext oidcContext)ConsentRequestConsentRequest. requestedAccessTokenAudience(List<String> requestedAccessTokenAudience)ConsentRequestConsentRequest. requestedScope(List<String> requestedScope)ConsentRequestConsentRequest. requestUrl(String requestUrl)ConsentRequestConsentRequest. skip(Boolean skip)ConsentRequestConsentRequest. subject(String subject)Methods in sh.ory.hydra.model with parameters of type ConsentRequest Modifier and Type Method Description PreviousConsentSessionPreviousConsentSession. consentRequest(ConsentRequest consentRequest)voidPreviousConsentSession. setConsentRequest(ConsentRequest consentRequest)
-