IForceLogoutTarget
[ Interface ]
export interface IForceLogoutTarget {
clientIp?: string;
clientCertificate?: string;
group?: string;
}
Condition of a ForceLogout call
Properties
Name | Type | Description |
---|---|---|
clientIp | IP address of the client | |
clientCertificate | Fingerprint of the client certificate | |
group | Group assignment |
Available from version 1.10.1172.0 |