public interface NonceVerifier
| Modifier and Type | Method and Description | 
|---|---|
void | 
verifyNonce(String tokenKey,
           String clientNonce,
           String clientTimestamp)  | 
void verifyNonce(String tokenKey, String clientNonce, String clientTimestamp) throws OAuthServiceException
OAuthServiceExceptionApache CXF