2018-03-04 18:36:21 +01:00

14 lines
123 B
Java

package fr.xephi.authme.service;
public enum SessionState {
VALID,
NOT_VALID,
OUTDATED,
IP_CHANGED
}