diff --git a/wsclient.module b/wsclient.module
index 03bfbe0..548a71c 100644
--- a/wsclient.module
+++ b/wsclient.module
@@ -43,6 +43,7 @@ function wsclient_entity_info() {
       'exportable' => TRUE,
       'access callback' => 'wsclient_entity_access',
       'features controller class' => 'WSClientFeaturesController',
+      'token type' => FALSE,
     ),
   );
 }
