/**
 * Duration to store tokens in the store (in seconds)
 * @author Gabe Abrams
 */
const TOKEN_LIFESPAN_SEC = 15770000; // ~6 months

export default TOKEN_LIFESPAN_SEC;
