GetTokenAndSignatureResult.Token Property

The authorizaton token of the HTTP request passed to IUser::GetTokenAndSignatureAsync.

Syntax

public:
property String^ Token {
         String^ get ();
}  

Property value

Type: String 

  The token value to be inserted into the HTTP request.

Remarks

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.

Requirements

Namespace: Windows.Xbox.System

Metadata: windows.winmd

See also

Reference

GetTokenAndSignatureResult Class

GetTokenAndSignatureResult Members

Windows.Xbox.System Namespace