Click or drag to resize

SignInRequest Class

Request for the sign in operation.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContracts.RequestsSignInRequest

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

The SignInRequest type exposes the following members.

Constructors
  NameDescription
Public methodSignInRequest
Initializes a new instance of the SignInRequest class
Top
Properties
  NameDescription
Public propertyCredentials
User account credentials.
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
Remarks

Used to get the authorization SDK Token. A SDK Token is required to perform all operations that require authorization.

Please, differ SDK Token and Server Auth Token.

This is different terms for different usecases.

See Also