Update auth.md (#152)

This commit is contained in:
Jim 2017-06-07 20:25:17 +02:00 committed by Jonas Dellinger
parent f4c62377b0
commit 7e6cdf563a

View File

@ -76,7 +76,7 @@ static void Main(string[] args)
//Set this to localhost if you want to use the built-in HTTP Server
RedirectUri = "http://localhost",
//How many permissions we need?
Scope = Scope.USER_READ_PRIVATE,
Scope = Scope.UserReadPrivate,
};
//Start the internal http server
auth.StartHttpServer();