| @@ -50,6 +50,9 @@ | ||
| 50 | 50 | return $this->serializer->deserialize(AuthCertKeyResponse::class, $result); | 
| 51 | 51 | } | 
| 52 | 52 | |
| 53 | + /** | |
| 54 | + * @param string $connection | |
| 55 | + */ | |
| 53 | 56 | public function authCert(AuthCertRequest $request, ?string $connection = null): AuthCertResponse | 
| 54 | 57 |      { | 
| 55 | 58 | $body = $this->serializer->serialize($request); |