Click or drag to resize

AuthenticationToken2 Class

Token for the authentication over the new authenticaiton flow
Inheritance Hierarchy
SystemObject
  PsrApi.Internals.ServiceClientsAuthenticationToken2

Namespace:  PsrApi.Internals.ServiceClients
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public class AuthenticationToken2 : IAuthenticationToken

The AuthenticationToken2 type exposes the following members.

Constructors
  NameDescription
Public methodAuthenticationToken2
Initializes a new instance of the AuthenticationToken2 class
Top
Properties
  NameDescription
Public propertyDatabase
Database
Public propertySessionId
Session ID
Public propertySessionKey
Session Key
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHeaderKey
Public methodSerialize
Public methodToString (Inherited from Object.)
Top
See Also