Click or drag to resize

DefaultInteropBrokerProviderIsConnectionAuthorized Method

[Missing <summary> documentation for "M:Openfin.Desktop.InteropAPI.DefaultInteropBrokerProvider.IsConnectionAuthorized(Openfin.Desktop.Messaging.ChannelEndpoint,Newtonsoft.Json.Linq.JToken)"]

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

Parameters

clientIdentity
Type: Openfin.Desktop.MessagingChannelEndpoint

[Missing <param name="clientIdentity"/> documentation for "M:Openfin.Desktop.InteropAPI.DefaultInteropBrokerProvider.IsConnectionAuthorized(Openfin.Desktop.Messaging.ChannelEndpoint,Newtonsoft.Json.Linq.JToken)"]

connectionPaylod
Type: JToken

[Missing <param name="connectionPaylod"/> documentation for "M:Openfin.Desktop.InteropAPI.DefaultInteropBrokerProvider.IsConnectionAuthorized(Openfin.Desktop.Messaging.ChannelEndpoint,Newtonsoft.Json.Linq.JToken)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Openfin.Desktop.InteropAPI.DefaultInteropBrokerProvider.IsConnectionAuthorized(Openfin.Desktop.Messaging.ChannelEndpoint,Newtonsoft.Json.Linq.JToken)"]

Implements

InteropBrokerProviderIsConnectionAuthorized(ChannelEndpoint, JToken)
See Also