This object is used to register the device with a BSN.cloud Cloud network and contains the following required properties:
token
string required: A player registration token returned by the server. This token allows players to provision themselves for a BSN.cloud Cloud network. Note that this is not a user token.
validFrom
datesrequired: The start of the validity date for the token. The date/time is formatted as yyyy-mm-ddThh:mm:ss.sssZ
.
validTo
datesrequired: The end of the validity date for the token. The date/time is formatted as yyyy-mm-ddThh:mm:ss.sssZ
.
This optional property can also be used:
scope
stringoptional: The scope of the device registration token. The default is "cert".
...