mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 06:56:27 +00:00
Update ImplicitGrantAuth.cs
fixed spelling mistake
This commit is contained in:
parent
be0e9684f8
commit
f09c52a60c
@ -9,7 +9,7 @@ namespace SpotifyAPI.Web.Auth
|
||||
{
|
||||
public class ImplicitGrantAuth
|
||||
{
|
||||
public delegate void OnResponseReceived(Token token, String error);
|
||||
public delegate void OnResponseReceived(Token token, String state);
|
||||
|
||||
private SimpleHttpServer _httpServer;
|
||||
private Thread _httpThread;
|
||||
|
Loading…
Reference in New Issue
Block a user