IIdentityApiSetClaimForSPIdPSession Method |
var identityApi = ctx.Use<IIdentityApi>(); identityApi.SetClaimForSPIdPSession("00000000-0000-0000-0000-000000000000", "CPR", "123456789");
Namespace: Casewhere.Runtime.DSL.Api
void SetClaimForSPIdPSession( Guid spIdPSessionId, string type, params string[] values )
[Missing <param name="spIdPSessionId"/> documentation for "M:Casewhere.Runtime.DSL.Api.IIdentityApi.SetClaimForSPIdPSession(System.Guid,System.String,System.String[])"]