IIdentityApiGetUserClaimsByUserSessionId Method
|
Get the claim collection of a given UserSessionId
Namespace:
Casewhere.Runtime.DSL.Api
Assembly:
Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax ClaimsCollection GetUserClaimsByUserSessionId(
Guid userSessionId
)
Parameters
- userSessionId
- Type: SystemGuid
A given UserSessionId
Return Value
Type:
ClaimsCollectionA claim Collection if found, otherwise null
See Also