IIdentityApiGetUserClaimsByUserSessionId Method
|
Get the claim collection of a given UserSessionId
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
SyntaxClaimsCollection GetUserClaimsByUserSessionId(
Guid userSessionId
)
Parameters
- userSessionId Guid
- A given UserSessionId
Return Value
ClaimsCollectionA claim Collection if found, otherwise null
See Also