IIdentityApiGetUserClaims Method
|
Get the claim collection of the current user.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
SyntaxClaimsCollection GetUserClaims()
Return Value
ClaimsCollectionA claim Collection if found, otherwise null
Examplevar identityApi = ctx.Use<IIdentityApi>();
var claimsCollection = identityApi.GetUserClaims();
See Also