We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7fa65f + c106d6b commit e53e45bCopy full SHA for e53e45b
1 file changed
XboxWebApi/Authentication/Model/WindowsLiveAuthenticationQuery.cs
@@ -13,7 +13,7 @@ public class WindowsLiveAuthenticationQuery : Common.IHttpRequestQuery
13
public string Locale { get; internal set; }
14
15
public WindowsLiveAuthenticationQuery(
16
- string responseType = "token",
+ string responseType = WindowsLiveConstants.ResponseType,
17
string scope = WindowsLiveConstants.Scope,
18
string redirectUri = WindowsLiveConstants.RedirectUrl,
19
string clientId = WindowsLiveConstants.ClientId,
0 commit comments