Interface NonceVerifier
-
- All Known Implementing Classes:
NonceVerifierImpl
public interface NonceVerifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidverifyNonce(String tokenKey, String clientNonce, String clientTimestamp)
-
-
-
Method Detail
-
verifyNonce
void verifyNonce(String tokenKey, String clientNonce, String clientTimestamp) throws OAuthServiceException
- Throws:
OAuthServiceException
-
-