Package com.auth0.jwt.interfaces
Interface Clock
-
public interface Clock
The Clock class is used to wrap calls to Date class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Date
getToday()
Returns a new Date representing Today's time.
-
-
-
Method Detail
-
getToday
Date getToday()
Returns a new Date representing Today's time.- Returns:
- a new Date representing Today's time.
-
-