diff --git a/native/schema/CommCoreModuleSchema.js b/native/schema/CommCoreModuleSchema.js
--- a/native/schema/CommCoreModuleSchema.js
+++ b/native/schema/CommCoreModuleSchema.js
@@ -38,7 +38,7 @@
 type CommServicesAuthMetadata = {
   +userID?: ?string,
   +deviceID?: ?string,
-  +commServicesAccessToken?: ?string,
+  +accessToken?: ?string,
 };
 
 interface Spec extends TurboModule {