convertGroupTMRTemporaryKeyAsync
suspend fun convertGroupTMRTemporaryKeyAsync(groupId: String, temporaryKeyId: String, tmrJWT: String, rawOverEncryptionKey: ByteArray, deleteOnConvert: Boolean = false)
Convert a group TMR temporary key to become a group member.
Parameters
groupId | The Id of the group for which to convert a TMR key. |
temporaryKeyId | Id of the TMR temporary key to convert. |
tmrJWT | TMR JWT to use. |
rawOverEncryptionKey | TMR over-encryption key. This MUST be a cryptographically random buffer of 64 bytes. |
deleteOnConvert | Whether or not to delete the TMR temporary key after conversion. |