MCPcopy Create free account
hub / github.com/GDATASoftwareAG/vaas / withAuthenticator

Method withAuthenticator

php/src/vaas/Vaas.php:60–64  ·  view source on GitHub ↗
(AuthenticatorInterface $authenticator)

Source from the content-addressed store, hash-verified

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 {

Callers 7

getVaasMethod · 0.45
__constructMethod · 0.45
ScanS3Bucket.phpFile · 0.45

Calls

no outgoing calls

Tested by 1

getVaasMethod · 0.36