TTMSMCPCustomClientConnection.OAuth Property
Authorization settings of the underlying HTTP transport.
API unit family: TMS.MCP.Client.Connection
Declaring type: TTMSMCPCustomClientConnection
Type: TTMSMCPClientOAuth
Syntax
property OAuth: TTMSMCPClientOAuth;
Remarks
nil unless TransportType is the streamable HTTP channel, because the other transports have no authorization layer. The instance belongs to the transport and is replaced whenever the transport kind changes, so read it again after such a change rather than caching it.