GenerateLinkingURIRequest
data class GenerateLinkingURIRequest(server: String?) : SignaldRequestBodyV1<LinkingURI>
Content copied to clipboard
Generate a linking URI. Typically this is QR encoded and scanned by the primary device. Submit the returned session_id with a finish_link request.
Constructors
Functions
Link copied to clipboard
open override fun submit(socketCommunicator: SocketCommunicator, id: String): LinkingURI
Content copied to clipboard
Link copied to clipboard
suspend fun submitSuspend(socketCommunicator: SuspendSocketCommunicator): LinkingURI
Content copied to clipboard
open suspend override fun submitSuspend(socketCommunicator: SuspendSocketCommunicator, id: String): LinkingURI
Content copied to clipboard