Syntax
Parameters
correlationId uint32_t
The correlation id of the web request for which the token and signature were requested.
succeeded PartyBool
The title succeeded the token and signature request.
token PartyStringoptional The token for the request, if necessary, as a null terminated string.
signature PartyStringoptional The signature for the request, if necessary, as a null terminated string.
Return value
PartyErrorc_partyErrorSuccess if the call succeeded or an error code otherwise. The human-readable form of the error code can be retrieved via GetErrorMessage().
Remarks
The title can use the XBOX Authentication Library (XAL) to fulfill these request by calling theXalUserGetTokenAndSignatureSilentlyAsync function.This should only be called in response to a PartyXblTokenAndSignatureRequestedStateChange.
Requirements
Header: PartyXboxLive.hSee also
PartyXblManagerPartyXblTokenAndSignatureRequestedStateChange
