pusher-js/core/auth/options library
Extensions
Typedefs
- AuthorizeFunc = void Function(String socketId, AuthorizerCallback callback)
- AuthorizerCallback = void Function(Error? error, AuthData authData)
- AuthorizerGenerator = Authorizer Function(Channel channel, AuthorizerOptions options)