allowList property

Set<String> allowList
final

The list of atSigns you wish to be able to send requests to you. Any requests received from any atSign not in this list will be discarded and not delivered to the AtRpcCallbacks.handleRequest callback

Implementation

final Set<String> allowList;