Package org.scribe.services
Interface TimestampService
-
- All Known Implementing Classes:
TimestampServiceImpl
public interface TimestampService
Unix epoch timestamp generator. This class is useful for stubbing in tests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getNonce()
Returns a nonce (unique value for each request)java.lang.String
getTimestampInSeconds()
Returns the unix epoch timestamp in seconds
-