You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 20, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
xerogolang/session.go
Line 46 in ea5d8a0
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
The text was updated successfully, but these errors were encountered: