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