"""Constants for the Cync integration.""" DOMAIN = "cync" CONF_TWO_FACTOR_CODE = "two_factor_code" CONF_USER_ID = "user_id" CONF_AUTHORIZE_STRING = "authorize_string" CONF_EXPIRES_AT = "expires_at" CONF_REFRESH_TOKEN = "refresh_token"