Interface AuthCodeSessionStore
- All Known Implementing Classes:
RedisSessionStore, SQLiteSessionStore
public interface AuthCodeSessionStore
-
Method Summary
Modifier and TypeMethodDescriptiongetExpiredSessionIds(Duration expirationTime) getSession(String sessionId, String key) voidremoveSession(String sessionId) voidsaveSession(String sessionId, String key, String value)
-
Method Details
-
saveSession
-
getSession
-
removeSession
-
getExpiredSessionIds
-