public interface ConsumerURLConnectionAuthHandler extends ClientAuthHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
endorseRequest(String consumerKey,
HttpURLConnection conn)
"Signs" or "endorses" the request.
|
getCredentialMapperboolean endorseRequest(String consumerKey, HttpURLConnection conn) throws MiniAuthException, IOException
consumerKey. - The consumer key to be used to sign the request.conn - URLConnection. conn is an "in-out" param.MiniAuthExceptionIOExceptionCopyright © 2013. All rights reserved.