OAuth2 icon indicating copy to clipboard operation
OAuth2 copied to clipboard

Initialize Client from stored token

Open korneliuscode opened this issue 6 years ago • 1 comments

I wonder how I can initialize a client given a stored token (e.g. from database)? Is there an example illustrating this?

korneliuscode avatar Nov 02 '19 20:11 korneliuscode

So you are basically wanting to use a stored token (like a refresh token) and use that to reinitialize the client? I don't know if we have any examples of that but it should be possible.

niemyjski avatar Nov 12 '19 13:11 niemyjski