@seamapi/http - v1.121.0
    Preparing search index...

    Type Alias ClientSessionResource

    type ClientSessionResource = {
        client_session_id: string;
        connect_webview_ids: string[];
        connected_account_ids: string[];
        created_at: string;
        customer_key?: string;
        device_count: number;
        expires_at: string;
        token: string;
        user_identifier_key: string | null;
        user_identity_id?: string;
        user_identity_ids: string[];
        workspace_id: string;
    }
    Index

    Properties

    client_session_id: string
    connect_webview_ids: string[]
    connected_account_ids: string[]
    created_at: string
    customer_key?: string
    device_count: number
    expires_at: string
    token: string
    user_identifier_key: string | null
    user_identity_id?: string
    user_identity_ids: string[]
    workspace_id: string