AuthPolicyAllow constructor

const AuthPolicyAllow(
  1. Account account
)

authenticates as account once refused

Implementation

const AuthPolicyAllow(this.account);