IdentityModel/IdentityModel.OidcClient.Samples

Reference to wrong `result` in NetCoreConsoleClient

Closed this issue · 4 comments

I think this should be refreshResult not result.

And right below that, I think these should be refreshResult as well:

Console.WriteLine($"access token: {result.AccessToken}");
Console.WriteLine($"refresh token: {result?.RefreshToken ?? "none"}");

thanks!

Please send a PR.

I think I did it right...

#74

thanks!