Skip to content

Commit f09c52a

Browse files
author
Jonas Dellinger
committed
Update ImplicitGrantAuth.cs
fixed spelling mistake
1 parent be0e968 commit f09c52a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SpotifyAPI/Web/Auth/ImplicitGrantAuth.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace SpotifyAPI.Web.Auth
99
{
1010
public class ImplicitGrantAuth
1111
{
12-
public delegate void OnResponseReceived(Token token, String error);
12+
public delegate void OnResponseReceived(Token token, String state);
1313

1414
private SimpleHttpServer _httpServer;
1515
private Thread _httpThread;
@@ -74,4 +74,4 @@ public void StopHttpServer()
7474
_httpServer = null;
7575
}
7676
}
77-
}
77+
}

0 commit comments

Comments
 (0)