IIdentityApi.SetClaim Method
|
Set the new claim into identity
Examplevar identityApi = ctx.Use<IIdentityApi>();
identityApi.SetClaim("CPR", "123456789");
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxvoid SetClaim(
string type,
params string[] values
)
Parameters
- type String
- Claim type
- values String[]
- Claim values
See Also