We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 041591a + 0759a01 commit 200ac5bCopy full SHA for 200ac5b
2 files changed
Scripts/typings/PlayFab/CloudScript.d.ts
@@ -5634,6 +5634,8 @@ declare namespace PlayFabAuthenticationModels {
5634
IdentifiedDeviceType?: IdentifiedDeviceType,
5635
/** The identity provider for this entity, for the given login */
5636
IdentityProvider?: LoginIdentityProvider,
5637
+ /** The ID issued by the identity provider, e.g. a XUID on Xbox Live */
5638
+ IdentityProviderIssuedId?: string,
5639
/** The lineage of this profile. */
5640
Lineage?: EntityLineage,
5641
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "playfab-cloudscriptexample",
3
- "version": "0.0.210927",
+ "version": "0.0.211012",
4
"description": "PlayFab CloudScriptExample",
5
"main": "ExampleCloudScript.js",
6
"author": {
0 commit comments