IIdentity ApiSet Claim For User Session Method
Update the claim set of the given UserSession and this update will affect to the access token right after
Example
C#
var identityApi = ctx.Use<IIdentityApi>();
identityApi.SetClaimForUserSession("00000000-0000-0000-0000-000000000000", "CPR", "123456789");Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
void SetClaimForUserSession(
Guid userSessionId,
string type,
params string[] values
)