public interface RequestEndorser
| Modifier and Type | Method and Description |
|---|---|
boolean |
endorse(AccessCredential credential,
OutgoingRequest request)
Returns true if the request has been successfully "endorsed".
|
boolean endorse(AccessCredential credential, OutgoingRequest request) throws MiniAuthException
credential - Access credential needed to endorse/sign the request.request - Partial outgoing request wrapper object. "In-out" param.MiniAuthExceptionCopyright © 2013. All rights reserved.