IIdentity ApiGet Expired Time Method
Get the user session expired time
Example
C#
var identityApi = ctx.Use<IIdentityApi>();
identityApi.GetExpiredTime("623977EE-BD06-4256-8D66-9B94A7BE6FCC");Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
Expired time of the user session
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
DateTime? GetExpiredTime(
Guid userSessionId
)Parameters
- userSessionId Guid
- A given UserSessionId
Return Value
NullableDateTimeExpired time of the user session