authenticate abstract method
Authenticates request. See the class contract for the return/throw
semantics.
Implementation
Future<Principal?> authenticate(HubRequest request);
Authenticates request. See the class contract for the return/throw
semantics.
Future<Principal?> authenticate(HubRequest request);