Provides struct and type for a ToolServerAuthStatusResponse
@type t() :: %Gleanex.Client.ToolServerAuthStatusResponse{ authStatus: String.t(), authType: String.t(), description: String.t() | nil, displayName: String.t() | nil, logoUrl: String.t() | nil }