HTTP API Toolkit HTTP API Toolkit
HTTP API Toolkit HTTP API Toolkit
DocFX + Singulink = ♥

Search Results for

    Class SignInInfo

    Contains information about a sign-in request, such as device info, IP address, session expiry, and persistence.

    Inheritance
    object
    SignInInfo
    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.

    © Singulink. All rights reserved.