titarenko / OAuth2

OAuth2 client implementation for .NET
412 stars 154 forks source link

Initialize Client from stored token #131

Open korneliuscode opened 5 years ago

korneliuscode commented 5 years ago

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

niemyjski commented 5 years ago

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.