Encryption Configuration
Setup encryption Configuration ID for encrypting data.
For example to add encryption Configuration Id use the code snippet below:
MetaMap.shared.showMetaMapFlow(clientId: "YOUR_CLIENT_ID",
flowId: "YOUR_FLOW_ID",
encryptionConfigurationId: "value"
metadata: [:])
MetaMap.shared.showMetaMapFlow(clientId: "YOUR_CLIENT_ID",
flowId: "YOUR_FLOW_ID",
encryptionConfigurationId: "value"
metadata: [:])
[MetaMap.shared showMetaMapFlowWithClientId:@"YOUR_CLIENT_ID"
flowId:@"YOUR_FLOW_ID"
encryptionConfigurationId:@"value"
metadata:@{:}];
Learn more about encryption feature here.
Updated 10 months ago