public interface OAuthProviderListener
OAuthProvider.| Modifier and Type | Method and Description |
|---|---|
boolean |
onResponseReceived(HttpRequest request,
HttpResponse response)
Called when the server response has been received.
|
void |
prepareRequest(HttpRequest request)
Called after the request has been created and default headers added, but
before the request has been signed.
|
void |
prepareSubmission(HttpRequest request)
Called after the request has been signed, but before it's being sent.
|
void prepareRequest(HttpRequest request) throws Exception
request - the request to be sentExceptionvoid prepareSubmission(HttpRequest request) throws Exception
request - the request to be sentExceptionboolean onResponseReceived(HttpRequest request, HttpResponse response) throws Exception
request - the request that was sentresponse - the response that was receivedExceptionCopyright © 2020. All rights reserved.