Generate Linking U R I Request
data class GenerateLinkingURIRequest(server: String?) : SignaldRequestBodyV1<GenerateLinkingUri, 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
getTypedResponseOrNull
Link copied to clipboard
open override fun getTypedResponseOrNull(responseWrapper: JsonMessageWrapper<*>): LinkingURI?
Content copied to clipboard
submit
Link copied to clipboard