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

    Type Alias ClientSessionsCreateParameters

    type ClientSessionsCreateParameters = {
        connect_webview_ids?: string[];
        connected_account_ids?: string[];
        customer_id?: string;
        customer_key?: string;
        expires_at?: string;
        user_identifier_key?: string;
        user_identity_id?: string;
        user_identity_ids?: string[];
    }
    Index
    connect_webview_ids?: string[]

    IDs of the Connect Webviews for which you want to create a client session.

    connected_account_ids?: string[]

    IDs of the connected accounts for which you want to create a client session.

    customer_id?: string

    Customer ID that you want to associate with the new client session.

    customer_key?: string

    Customer key that you want to associate with the new client session.

    expires_at?: string

    Date and time at which the client session should expire, in ISO 8601 format.

    user_identifier_key?: string

    Your user ID for the user for whom you want to create a client session.

    user_identity_id?: string

    ID of the user identity for which you want to create a client session.

    user_identity_ids?: string[]

    IDs of the user identities that you want to associate with the client session.

    Use user_identity_id instead.