# UltracartClient::WorkflowAgentAuth ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **jwt** | **String** | | [optional] | | **merchant_id** | **String** | | [optional] | | **websocket_url** | **String** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::WorkflowAgentAuth.new( jwt: null, merchant_id: null, websocket_url: null ) ```