Generate Linking U R I Request
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
GenerateLinkingURIRequest
Link copied to clipboard
Functions
submit
Link copied to clipboard
submitSuspend
Link copied to clipboard
suspend fun submitSuspend(socketCommunicator: SuspendSocketCommunicator): LinkingURI
Content copied to clipboard