@seamapi/http - v2.1.0
    Preparing search index...

    Type Alias ClientSessionsGetParameters

    type ClientSessionsGetParameters = {
        client_session_id?: string;
        user_identifier_key?: string;
    }
    Index
    client_session_id?: string

    ID of the client session that you want to get.

    user_identifier_key?: string

    User identifier key associated with the client session that you want to get.