renewGroupKey
fun renewGroupKey(groupId: String, privateKeys: PreGeneratedKeys? = null)
Renew the group's private key. Can only be done by a group administrator. Should be called after removing members from the group.
Parameters
groupId | The group for which to renew the private key. |
privateKeys | Optional. Pre-generated private keys, returned by a call to generatePrivateKeys or generatePrivateKeysAsync. |
Throws
SealdException |