(AuthenticatorInterface $authenticator)
| 58 | } |
| 59 | |
| 60 | public function withAuthenticator(AuthenticatorInterface $authenticator): self |
| 61 | { |
| 62 | $this->authenticator = $authenticator; |
| 63 | return $this; |
| 64 | } |
| 65 | |
| 66 | public function withLogger(LoggerInterface $logger): self |
| 67 | { |
no outgoing calls