Xbox 服务开发者帐户工具 (XblDevAccount.exe)

Xbox 服务开发人员帐户工具用于管理合作伙伴中心帐户的身份验证。 此工具需要与其他需要开发者凭据的开发者工具(如 Player Reset 和 Global Storage)进行交互。 合作伙伴中心帐户必须具有 Xbox 服务工具访问权限才能使用此工具。

此命令行工具是 GDK 和 XboxLiveTools.zip 的一部分;请参阅 Xbox Live 开发工具

此可执行文件用于登录/注销合作伙伴中心帐户,并保存在需要开发人员凭据的其他 Xbox 服务可执行文件中使用的凭据。

用法:

登录:如果需要,此命令将会弹出 UI。 将保存上次使用的帐户信息,以便进一步在所有其他可执行文件中使用。

XblDevAccount.exe signin --name xxx --source XDP|WindowsDevCenter

成功输出示例:

Microsoft Partner Center account {Name} from {Account Source} has successfully signed in.
    ID: {id}
    AccountID: {accountId}
    AccountType: {accountType}
    AccountMoniker: {accountMoniker}
    AccountSource: {accountSource}

注销:此命令将删除上次登录帐户信息,并清除缓存的令牌。

XblDevAccount.exe signout

成功输出示例:

Microsoft Partner Center account {Name} from {Account Source} has successfully signed out.