CompletedRequest |
AdminApi.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.
|
okhttp3.Call |
AdminApi.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.Call |
AdminApi.rejectConsentRequestCall(String consentChallenge,
RejectRequest body,
ApiCallback _callback) |
Build call for rejectConsentRequest
|
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.
|
CompletedRequest |
AdminApi.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.
|
okhttp3.Call |
AdminApi.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.
|
okhttp3.Call |
AdminApi.rejectLoginRequestCall(String loginChallenge,
RejectRequest body,
ApiCallback _callback) |
Build call for rejectLoginRequest
|
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.
|
void |
AdminApi.rejectLogoutRequest(String logoutChallenge,
RejectRequest body) |
Reject a Logout Request
When a user or an application requests ORY Hydra to log out a user, this endpoint is used to deny that logout request.
|
okhttp3.Call |
AdminApi.rejectLogoutRequestAsync(String logoutChallenge,
RejectRequest body,
ApiCallback<Void> _callback) |
Reject a Logout Request (asynchronously)
When a user or an application requests ORY Hydra to log out a user, this endpoint is used to deny that logout request.
|
okhttp3.Call |
AdminApi.rejectLogoutRequestCall(String logoutChallenge,
RejectRequest body,
ApiCallback _callback) |
Build call for rejectLogoutRequest
|
ApiResponse<Void> |
AdminApi.rejectLogoutRequestWithHttpInfo(String logoutChallenge,
RejectRequest body) |
Reject a Logout Request
When a user or an application requests ORY Hydra to log out a user, this endpoint is used to deny that logout request.
|