Click or drag to resize

IIdentityApiGetUserClaimsBySPIdPSession Method

Get the claim collection of a given SPIDPSessionId

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
ClaimsCollection GetUserClaimsBySPIdPSession(
	Guid spIDPSessionId
)

Parameters

spIDPSessionId
Type: SystemGuid
A given SPIDPSessionId

Return Value

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