public interface RequestVerifier
| Modifier and Type | Method and Description |
|---|---|
boolean |
verify(AccessCredential credential,
IncomingRequest request)
Returns true if the request is valid and verified.
|
boolean verify(AccessCredential credential, IncomingRequest request) throws MiniAuthException
credential - Access credential needed to validate/verify the request.request - Partial incoming request wrapper object. It should be considered read-only.MiniAuthExceptionCopyright © 2013. All rights reserved.