Click or drag to resize

IIdentityApiSetClaim Method

Set the new claim into identity
Examples
var identityApi = ctx.Use<IIdentityApi>();
identityApi.SetClaim("CPR", "123456789");

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
void SetClaim(
	string type,
	params string[] values
)

Parameters

type
Type: SystemString
Claim type
values
Type: SystemString
Claim values
See Also