Skip to content
Commit 253edc91 authored by Rohit Kaushik's avatar Rohit Kaushik Committed by Georges Basile Stavracas Neto
Browse files

todoist: move access_token to provider struct

This patch stores the Todoist Account access token
in Provider structure. Since access_token is to be
sent with every http post request, it is redundant
to fetch it again and again. Hence this patch proposes
to store it just once at the start. Also a function
to emit access_token related errors has been added.

https://bugzilla.gnome.org/show_bug.cgi?id=772278
parent d811fede
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment