mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 23:16:28 +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 class ImplicitGrantAuth
|
||||||
{
|
{
|
||||||
public delegate void OnResponseReceived(Token token, String error);
|
public delegate void OnResponseReceived(Token token, String state);
|
||||||
|
|
||||||
private SimpleHttpServer _httpServer;
|
private SimpleHttpServer _httpServer;
|
||||||
private Thread _httpThread;
|
private Thread _httpThread;
|
||||||
|
Loading…
Reference in New Issue
Block a user