Constructor WaypointClient
WaypointClient()
Initializes a new instance of the WaypointClient class, used to access the Halo Waypoint API.
Declaration
public WaypointClient ();
WaypointClient(String, String, String)
Initializes a new instance of the WaypointClient class, used to access the Halo Waypoint API.
Declaration
public WaypointClient (string spartanToken, string xuid = "", string clearanceToken = "");
Parameters
Type | Name | Description |
---|---|---|
System.String | spartanToken | The Spartan token used to authenticate against the Halo Infinite API. |
System.String | xuid | The player identifier in the format "xuid(XUID_VALUE)". |
System.String | clearanceToken | ID of the flight/clearance currently active for the player. Optional when first instantiating the client. |