authenticate abstract method

Future<Principal?> authenticate(
  1. HubRequest request
)

Authenticates request. See the class contract for the return/throw semantics.

Implementation

Future<Principal?> authenticate(HubRequest request);