authorizationData abstract method

FutureOr<T> authorizationData(
  1. String socketId,
  2. String channelName
)

Designed to make an operation to grab the auth data of type T for the channel subscription.

Implementation

FutureOr<T> authorizationData(String socketId, String channelName);