Click or drag to resize

CredentialsContractServerAuthToken Property

Server Auth Token.

Namespace:  SOS.SDK.Contracts.DataContracts
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public string ServerAuthToken { get; set; }

Property Value

Type: String
Remarks
You can get Server Auth Token by direct webrequest to the Infrascale Server. Please not, that Server Auth Token have limited lifetime.
See Also