package org.github.tess1o.geopulse.auth.model;

public enum ApiTokenStatus {
    ACTIVE,
    EXPIRED,
    REVOKED
}
