Click or drag to resize

ISession Interface

Represents session information related to a user

Namespace:  SanteDB.Core.Security
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface ISession

The ISession type exposes the following members.

Properties
  NameDescription
Public propertyClaims
Gets the claims for the session
Public propertyId
Gets the identifier of the session
Public propertyNotAfter
Gets the time the session expires
Public propertyNotBefore
Gets the time the session was established
Public propertyRefreshToken
Gets the refresh token
Top
See Also