public interface URLConnectionAuthHandler extends ClientAuthHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
endorseRequest(String accessToken,
HttpURLConnection conn)
"Signs" or "endorses" the request.
|
getCredentialMapperboolean endorseRequest(String accessToken, HttpURLConnection conn) throws MiniAuthException, IOException
accessToken - Auth token needed for making a request.conn - URLConnection. conn is an "in-out" param.MiniAuthExceptionIOExceptionCopyright © 2013. All rights reserved.