@Deprecated public interface OAuthNonceServices
Modifier and Type | Method and Description |
---|---|
void |
validateNonce(ConsumerDetails consumerDetails,
long timestamp,
String nonce)
Deprecated.
Validate a nonce for a specific consumer timestamp.
|
void validateNonce(ConsumerDetails consumerDetails, long timestamp, String nonce) throws org.springframework.security.core.AuthenticationException
consumerDetails
- The consumer details.timestamp
- The timestamp.nonce
- The nonce.org.springframework.security.core.AuthenticationException
- If the nonce failed to validate.Copyright © 2022. All rights reserved.