Finish Link Request
data class FinishLinkRequest(deviceName: String?, sessionId: String?) : SignaldRequestBodyV1<FinishLink, 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
getTypedResponseOrNull
Link copied to clipboard
open override fun getTypedResponseOrNull(responseWrapper: JsonMessageWrapper<*>): Account?
Content copied to clipboard
submit
Link copied to clipboard