IIdentityApiImpersonate Method
|
To pretend to be someone else by changing another username
Examples var identityApi = ctx.Use<IIdentityApi>();
identityApi.Impersonate("dtt");
Namespace:
Casewhere.Runtime.DSL.Api
Assembly:
Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax void Impersonate(
string username
)
Parameters
- username
- Type: SystemString
New username
See Also