Skip to content

Commit 200ac5b

Browse files
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#211012
2 parents 041591a + 0759a01 commit 200ac5b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Scripts/typings/PlayFab/CloudScript.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5634,6 +5634,8 @@ declare namespace PlayFabAuthenticationModels {
56345634
IdentifiedDeviceType?: IdentifiedDeviceType,
56355635
/** The identity provider for this entity, for the given login */
56365636
IdentityProvider?: LoginIdentityProvider,
5637+
/** The ID issued by the identity provider, e.g. a XUID on Xbox Live */
5638+
IdentityProviderIssuedId?: string,
56375639
/** The lineage of this profile. */
56385640
Lineage?: EntityLineage,
56395641
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playfab-cloudscriptexample",
3-
"version": "0.0.210927",
3+
"version": "0.0.211012",
44
"description": "PlayFab CloudScriptExample",
55
"main": "ExampleCloudScript.js",
66
"author": {

0 commit comments

Comments
 (0)