The site token has to be configured via the AppSettings in the web.config file using this key.
This token is provided when you register your site with the TypeKey service. You can't use TypeKey if you don't configure this
<appSettings> <add key="TypeKeySecurity.Token.Value" value="0123456789ABCDEF0123" /> </appSettings>