Click or drag to resize

UpdateServerAuthTokenRequest Class

Request for update ServerAuthToken for the Account.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContracts.RequestsUpdateServerAuthTokenRequest

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

The UpdateServerAuthTokenRequest type exposes the following members.

Constructors
  NameDescription
Public methodUpdateServerAuthTokenRequest
Initializes a new instance of the UpdateServerAuthTokenRequest class
Top
Properties
  NameDescription
Public propertyAccountLogin
Account Login.
Public propertyNewServerAuthToken
Valid ServerAuthToken for current IdentityContract.
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