Table of Contents

TTMSMCPStreamableHTTPTransport.AuthorizationServers Property

Addresses of the authorization servers whose tokens are accepted, as published in the metadata document. Empty by default.

API unit family: TMS.MCP.Transport.StreamableHTTP Declaring type: TTMSMCPStreamableHTTPTransport Type: TStrings

Syntax

property AuthorizationServers: TStrings;

Remarks

Published for the client's benefit only; listing a server here does not make its tokens acceptable, since what a token grants is decided entirely by TTMSMCPStreamableHTTPTransport.OnValidateAccessToken. Fill the list in place - assigning a different list object replaces the one the channel owns and frees on destruction.