Skip to content

Commit 3ab9f03

Browse files
authored
Add default AuthenticationManager constructor
1 parent 2f2c5fa commit 3ab9f03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

XboxWebApi/Authentication/AuthenticationService.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ public class AuthenticationService
2020
public XToken XToken { get; set; }
2121
public XboxUserInformation UserInformation { get; set; }
2222

23+
public AuthenticationService()
24+
{
25+
}
26+
2327
public AuthenticationService(WindowsLiveResponse wlResponse)
2428
{
2529
AccessToken = new AccessToken(wlResponse);

0 commit comments

Comments
 (0)