Built docs | AppVeyor Build 201

This commit is contained in:
AppVeyor Doc Generation 2017-06-07 18:26:44 +00:00
parent 3142990ff0
commit c52f4254e9
2 changed files with 3 additions and 3 deletions

View File

@ -246,7 +246,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();

File diff suppressed because one or more lines are too long