verifyAuth abstract method
Called when a connection request is received, to validate the authentication token.
Implementation
Future<bool> verifyAuth(Connection connection, String token);
Called when a connection request is received, to validate the authentication token.
Future<bool> verifyAuth(Connection connection, String token);