RelayAuth.require constructor

const RelayAuth.require(
  1. Account account
)

Goes out on a connection bound to account from the start; it is never sent on the anonymous one.

Implementation

const factory RelayAuth.require(Account account) = RelayAuthRequire;