AuthPolicy.require constructor

const AuthPolicy.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 AuthPolicy.require(Account account) = AuthPolicyRequire;