Uses of Class
sh.ory.hydra.model.CompletedRequest
-
Packages that use CompletedRequest Package Description sh.ory.hydra.api sh.ory.hydra.model -
-
Uses of CompletedRequest in sh.ory.hydra.api
Methods in sh.ory.hydra.api that return CompletedRequest 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.CompletedRequestAdminApi. acceptLoginRequest(String loginChallenge, AcceptLoginRequest body)Accept a Login Request When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider (sometimes called \"identity provider\") to authenticate the subject and then tell ORY Hydra now about it.CompletedRequestAdminApi. acceptLogoutRequest(String logoutChallenge)Accept a Logout Request When a user or an application requests ORY Hydra to log out a user, this endpoint is used to confirm that logout request.CompletedRequestAdminApi. rejectConsentRequest(String consentChallenge, RejectRequest body)Reject 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.CompletedRequestAdminApi. rejectLoginRequest(String loginChallenge, RejectRequest body)Reject a Login Request When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider (sometimes called \"identity 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 CompletedRequest Modifier and Type Method Description ApiResponse<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.ApiResponse<CompletedRequest>AdminApi. acceptLoginRequestWithHttpInfo(String loginChallenge, AcceptLoginRequest body)Accept a Login Request When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider (sometimes called \"identity provider\") to authenticate the subject and then tell ORY Hydra now about it.ApiResponse<CompletedRequest>AdminApi. acceptLogoutRequestWithHttpInfo(String logoutChallenge)Accept a Logout Request When a user or an application requests ORY Hydra to log out a user, this endpoint is used to confirm that logout request.ApiResponse<CompletedRequest>AdminApi. rejectConsentRequestWithHttpInfo(String consentChallenge, RejectRequest body)Reject 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.ApiResponse<CompletedRequest>AdminApi. rejectLoginRequestWithHttpInfo(String loginChallenge, RejectRequest body)Reject a Login Request When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider (sometimes called \"identity 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 CompletedRequest Modifier and Type Method Description 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. acceptLoginRequestAsync(String loginChallenge, AcceptLoginRequest body, ApiCallback<CompletedRequest> _callback)Accept a Login Request (asynchronously) When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider (sometimes called \"identity provider\") to authenticate the subject and then tell ORY Hydra now about it.okhttp3.CallAdminApi. acceptLogoutRequestAsync(String logoutChallenge, ApiCallback<CompletedRequest> _callback)Accept a Logout Request (asynchronously) When a user or an application requests ORY Hydra to log out a user, this endpoint is used to confirm that logout request.okhttp3.CallAdminApi. rejectConsentRequestAsync(String consentChallenge, RejectRequest body, ApiCallback<CompletedRequest> _callback)Reject 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. rejectLoginRequestAsync(String loginChallenge, RejectRequest body, ApiCallback<CompletedRequest> _callback)Reject a Login Request (asynchronously) When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, ORY Hydra asks the login provider (sometimes called \"identity provider\") to authenticate the subject and then tell ORY Hydra now about it. -
Uses of CompletedRequest in sh.ory.hydra.model
Methods in sh.ory.hydra.model that return CompletedRequest Modifier and Type Method Description CompletedRequestCompletedRequest. redirectTo(String redirectTo)
-