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

Parameters

userSessionId  Guid
A given UserSessionId

Return Value

ClaimsCollection
A claim Collection if found, otherwise null
See Also