handleWebChannelLogin

open override fun handleWebChannelLogin(jsonPayload: String)

Stores anything necessary from a WebChannel login JSON payload. This includes the session token, but that is abstracted because the consuming apps should not be aware of the specific payload format returned, nor should they get access to the session token directly if possible. The json_payload is the data object from the fxaccounts:login WebChannel command.