token = $token; } /** * {@inheritdoc} */ public function getCredentials(): string { return $this->token; } }