Skip to main content

XUserGetTokenAndSignatureHttpHeader

Specifies the HTTP header for a web request.

Syntax

Members

name
Type: const char*
The header name. value
Type: const char*
The header value.

Remarks

To asynchronously retrieve xtokens and signatures for web requests, call the XUserGetTokenAndSignatureAsync function. The function takes a pointer to an XUserGetTokenAndSignatureHttpHeader structure as an argument. To retrieve the result of a call to XUserGetTokenAndSignatureAsync, call the XUserGetTokenAndSignatureResult function. The following example demonstrates how to asynchronously retrieve the token and signature of a user.

Requirements

Header: XUser.h Supported platforms: Windows, XBOX One family consoles and XBOX Series consoles

See also

XUser XUserGetTokenAndSignatureAsync XUserGetTokenAndSignatureResult
Last modified on August 20, 2026