forked from okta/okta-mobile-kotlin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata_extraction_rules.xml
21 lines (21 loc) · 1.45 KB
/
data_extraction_rules.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<data-extraction-rules>
<cloud-backup>
<exclude domain="file" path="datastore/com.okta.authfoundation.client.encryptionToken.preferences_pb"/>
<exclude domain="file" path="datastore/com.okta.authfoundation.credential.defaultCredentialIdDataStore.preferences_pb"/>
<exclude domain="file" path="datastore/com.okta.authfoundation.credential.storage.isStorageMigratedFromV1.preferences_pb"/>
<exclude domain="file" path="datastore/com.okta.idx.client.deviceToken.preferences_pb"/>
<exclude domain="database" path="token_database"/>
<exclude domain="database" path="token_database-wal"/>
<exclude domain="database" path="token_database-shm"/>
</cloud-backup>
<device-transfer>
<exclude domain="file" path="datastore/com.okta.authfoundation.client.encryptionToken.preferences_pb"/>
<exclude domain="file" path="datastore/com.okta.authfoundation.credential.defaultCredentialIdDataStore.preferences_pb"/>
<exclude domain="file" path="datastore/com.okta.authfoundation.credential.storage.isStorageMigratedFromV1.preferences_pb"/>
<exclude domain="file" path="datastore/com.okta.idx.client.deviceToken.preferences_pb"/>
<exclude domain="database" path="token_database"/>
<exclude domain="database" path="token_database-wal"/>
<exclude domain="database" path="token_database-shm"/>
</device-transfer>
</data-extraction-rules>