Click or drag to resize

InteropBrokerProviderIsConnectionAuthorized Method

Determines if incomming InteropClient connection is authorized.

Namespace:  OpenfinDesktop.InteropAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
bool IsConnectionAuthorized(
	ChannelEndpoint clientIdentity,
	JToken connectionPaylod
)

Parameters

clientIdentity
Type: Openfin.Desktop.MessagingChannelEndpoint
Identity of the InteropClient.
connectionPaylod
Type: JToken
The connection payload.

Return Value

Type: Boolean
true if the connection is authorized
See Also