Click or drag to resize

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
C#
ClaimsCollection GetUserClaimsByUserSessionId(
	Guid userSessionId
)

Parameters

userSessionId
Type: SystemGuid
A given UserSessionId

Return Value

Type: ClaimsCollection
A claim Collection if found, otherwise null
See Also