getOpentdfConfig
Retrieves the OpenTDF integration configuration for a Wickr network.
Samples
// Get OpenTDF info successfully
val resp = wickrClient.getOpentdfConfig {
networkId = "12345678"
}Content copied to clipboard
// Get OpenTDF info not configured
val resp = wickrClient.getOpentdfConfig {
networkId = "12345678"
}Content copied to clipboard