IIdentity ApiGet User Claims Method
Get the claim collection of the current user.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
A claim Collection if found, otherwise null
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
ClaimsCollection GetUserClaims()Return Value
ClaimsCollectionA claim Collection if found, otherwise null
Example
C#
var identityApi = ctx.Use<IIdentityApi>();
var claimsCollection = identityApi.GetUserClaims();