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: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
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