Click or drag to resize

SignInResponse Class

Response with the results of the Signing In operation.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContracts.ResponsesSignInResponse

Namespace:  SOS.SDK.Contracts.DataContracts.Responses
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class SignInResponse

The SignInResponse type exposes the following members.

Constructors
  NameDescription
Public methodSignInResponse
Initializes a new instance of the SignInResponse class
Top
Properties
  NameDescription
Public propertyIdentity
SDK Token for operation, that requires authorization.
Public propertyServerAuthToken
Server authentification token.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also