MegolmBackupCreationInfo

data class MegolmBackupCreationInfo(val algorithm: String, val authData: MegolmBackupAuthData, val recoveryKey: IBackupRecoveryKey)

Data retrieved from Olm library. algorithm and authData will be send to the homeserver, and recoveryKey will be displayed to the user

Constructors

Link copied to clipboard
constructor(algorithm: String, authData: MegolmBackupAuthData, recoveryKey: IBackupRecoveryKey)

Properties

Link copied to clipboard

The algorithm used for storing backups org.matrix.androidsdk.crypto.MXCRYPTO_ALGORITHM_MEGOLM_BACKUP.

Link copied to clipboard

Authentication data.

Link copied to clipboard

The recovery key.