IIdentity ApiGet User Claims By User Session Id Method
Get the claim collection of a given UserSessionId
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
A claim Collection if found, otherwise null
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
ClaimsCollection GetUserClaimsByUserSessionId(
Guid userSessionId
)Parameters
- userSessionId Guid
- A given UserSessionId
Return Value
ClaimsCollectionA claim Collection if found, otherwise null