Click or drag to resize

SessionExceptionType Enumeration

Type of exception

Namespace:  SanteDB.Core.Security
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public enum SessionExceptionType
Members
  Member nameValueDescription
NotYetValid0 Session is not yet valid
Expired1 Session has expired
NotEstablished2 Session was not established
Scope3 Session has invalid scope
Other4 Other issue
TokenType5 Token is of invalid type
See Also