Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 970 Bytes

gameservice_notifypartnertokenexpired_2020226992.md

File metadata and controls

26 lines (18 loc) · 970 Bytes
-api-id -api-type
M:Windows.Phone.System.UserProfile.GameServices.Core.GameService.NotifyPartnerTokenExpired(Windows.Foundation.Uri)
winrt method

Windows.Phone.System.UserProfile.GameServices.Core.GameService.NotifyPartnerTokenExpired

-description

Invalidate the cached partner token for the specified Uri.

-parameters

-param audienceUri

The specified Uri.

-remarks

If the partner token returned by GetPartnerTokenAsync has expired this notifies the game service API to remove any cached data so that the next call will return a new partner token.

All members of the Windows.Phone.System.UserProfile.GameServices.Core namespace can only be used by the XBox Live SDK. These APIs cannot be called except by applications that have the ID_CAP_GAMERSERVICES capability.

-examples

-see-also