(...authorities: Permission[])
| 172 | } |
| 173 | |
| 174 | addAuthority(...authorities: Permission[]) { |
| 175 | for (const authority of authorities) { |
| 176 | this.authorities.add(authority); |
| 177 | } |
| 178 | } |
| 179 | |
| 180 | addCredential(...credentials: Credential[]) { |
| 181 | for (const credential of credentials) { |