Click or drag to resize

SignInResponseServerAuthToken Property

Server authentification token.

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

Property Value

Type: String
Remarks
This token using by Infrascale Service for authenificate on the Infrascale Server without sending user credentials en each request. This token have limited lifetime.
See Also