public interface VerifierService extends CredentialService
| Modifier and Type | Method and Description |
|---|---|
boolean |
verify(IncomingRequest request)
Returns true if the request is valid and verified.
|
getCredentialMapperboolean verify(IncomingRequest request) throws MiniAuthException
request - Partial incoming request wrapper object. It should be considered read-only.MiniAuthExceptionCopyright © 2013. All rights reserved.