createDataRetentionBotChallenge
abstract suspend fun createDataRetentionBotChallenge(input: CreateDataRetentionBotChallengeRequest): CreateDataRetentionBotChallengeResponse
Creates a new challenge password for the data retention bot. This password is used for authentication when the bot connects to the network.
Samples
// Create data retention bot challenge successfully
val resp = wickrClient.createDataRetentionBotChallenge {
networkId = "12345678"
}Content copied to clipboard