verifyAuth abstract method

Future<bool> verifyAuth(
  1. Connection connection,
  2. String token
)

Called when a connection request is received, to validate the authentication token.

Implementation

Future<bool> verifyAuth(Connection connection, String token);