Encryption Configuration
Setup encryption Configuration ID for encrypting data.
To add encryption Configuration Id use the code snippet below:
MetaMapCapacitor.showMetaMapFlow({clientId: "YOUR_CLIENT_ID",
flowId: "YOUR_FLOW_ID",
encryptionConfigurationId: "value",
metadata: {:}})
Learn more about encryption feature here.
Updated 10 months ago