AuthenticatedServices constructor

AuthenticatedServices(
  1. ServiceCall call
)

Implementation

AuthenticatedServices(this.call) : principal = call.principal {
  principal.throwIfUnauthenticated();
}