SelfVerificationMethod
Types
Link copied to clipboard
data class AesHmacSha2RecoveryKey(keySecretService: KeySecretService, keyTrustService: KeyTrustService, keyId: String, info: SecretKeyEventContent.AesHmacSha2Key) : SelfVerificationMethod
Link copied to clipboard
data class AesHmacSha2RecoveryKeyWithPbkdf2Passphrase(keySecretService: KeySecretService, keyTrustService: KeyTrustService, keyId: String, info: SecretKeyEventContent.AesHmacSha2Key) : SelfVerificationMethod
Link copied to clipboard
data class CrossSignedDeviceVerification(ownUserId: UserId, sendToDevices: Set<String>, createDeviceVerificationRequest: suspend (theirUserId: UserId, theirDeviceIds: Set<String>) -> Result<ActiveDeviceVerification>) : SelfVerificationMethod