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

    Type Alias ClientSessionsGetOrCreateParameters

    type ClientSessionsGetOrCreateParameters = {
        connect_webview_ids?: string[];
        connected_account_ids?: 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 that you want to associate with the client session (or that are already associated with the existing client session).

    connected_account_ids?: string[]

    IDs of the connected accounts that you want to associate with the client session (or that are already associated with the existing client session).

    expires_at?: string

    Date and time at which the client session should expire in ISO 8601 format. If the client session already exists, this will update the expiration before returning it.

    user_identifier_key?: string

    Your user ID for the user that you want to associate with the client session (or that is already associated with the existing client session).

    user_identity_id?: string

    ID of the user identity that you want to associate with the client session (or that are already associated with the existing client session).

    user_identity_ids?: string[]

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

    Use user_identity_id.