Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pmmp/BedrockProtocol
Browse files Browse the repository at this point in the history
  • Loading branch information
AkmalFairuz committed Jul 18, 2023
2 parents e03fba3 + db48400 commit f0041c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/login/AuthenticationData.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ final class AuthenticationData{
/** @required */
public string $identity;

public string $sandboxId = "RETAIL"; //TODO: what are the other possible values?
public string $titleId = ""; //TODO: find out what this is for

/** @required */
Expand Down

0 comments on commit f0041c0

Please sign in to comment.