The authorizaton token of the HTTP request passed to IUser::GetTokenAndSignatureAsync.
public:
property String^ Token {
String^ get ();
}
Type: String
The token value to be inserted into the HTTP request.
The value of Token includes the complete value to be supplied in the Authorization header, including the XBL2.0 x= string that identifies the format of the token. To insert the token into the request, concatenate “Authorization: “ and then Token to the end of the headers that were passed to IUser::GetTokenAndSignatureAsync
Note
This is a cross-OS call. For more information, see Cross-OS Calls.
Namespace: Windows.Xbox.System
Metadata: windows.winmd
GetTokenAndSignatureResult Class