Finish Link Request
data class FinishLinkRequest(deviceName: String?, sessionId: String?) : SignaldRequestBodyV1<Account>
Content copied to clipboard
After a linking URI has been requested, finish_link must be called with the session_id provided with the URI. it will return information about the new account once the linking process is completed by the other device.
Constructors
FinishLinkRequest
Link copied to clipboard
fun FinishLinkRequest(deviceName: String? = null, sessionId: String? = null)
Content copied to clipboard
Functions
submit
Link copied to clipboard
submitSuspend
Link copied to clipboard
suspend fun submitSuspend(socketCommunicator: SuspendSocketCommunicator): Account
Content copied to clipboard