IIdentity ApiTerminate User Session(String) Method
To terminate the user session of given username.
Example
C#
var identityApi = ctx.Use<IIdentityApi>();
identityApi.TerminateUserSession("dtt");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 TerminateUserSession(
string username
)Parameters
- username String
- Given username