InteropBrokerProviderIsConnectionAuthorized Method |
Determines if incomming InteropClient connection is authorized.
Namespace:
OpenfinDesktop.InteropAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax 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:
Booleantrue if the connection is authorized
See Also