xerogolang
xerogolang copied to clipboard
Refresh token
https://github.com/XeroAPI/xerogolang/blob/ea5d8a0fa4ffb1dd83158d9d3998f17fa34ac5d0/session.go#L46
Hello,
I'm trying to understand how to use Authorize method for refresh the user session tokens, as parameter we need to pass an implementation of goth.Params interface, and inside this method you will call this method using oauth_verifier, I assume that I need to do this implementation but whats is still not clear for me is which value I need to return from this Get call? Is something I'm missing?
Thanks
I also try to use this method RefreshOAuth1Token but got this error oauth_session_handle in access token.