Class SignInInfo
Contains information about a sign-in request, such as device info, IP address, session expiry, and persistence.
Namespace: Singulink.Net.Http.Api.Service
Assembly: Singulink.Net.Http.Api.Service.dll
Syntax
public class SignInInfo
Properties
| Name | Description |
|---|---|
| Device | Gets the device making the sign-in request. |
| IpAddress | Gets the IP address of the device making the sign-in request. |
| IsPersistent | Gets a value indicating whether the session should be persistent (i.e., it should survive browser or application restarts). |
| SessionExpiry | Gets the duration after which the session will expire. |