Rendezvous

class Rendezvous(val channel: RendezvousChannel, val theirIntent: RendezvousIntent)

Implementation of MSC3906 to sign in + E2EE set up using a QR code.

Constructors

Link copied to clipboard
fun Rendezvous(channel: RendezvousChannel, theirIntent: RendezvousIntent)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
suspend fun close()
Link copied to clipboard
suspend fun completeVerificationOnNewDevice(session: Session)
Link copied to clipboard
suspend fun startAfterScanningCode(): String
Link copied to clipboard
suspend fun waitForLoginOnNewDevice(authenticationService: AuthenticationService): Session

Properties

Link copied to clipboard
val channel: RendezvousChannel
Link copied to clipboard
val ourIntent: RendezvousIntent
Link copied to clipboard
val theirIntent: RendezvousIntent