@@ -82,6 +82,9 @@ |
||
82 | 82 | return $this->ismpApiV3->authCertKey(); |
83 | 83 | } |
84 | 84 | |
85 | + /** |
|
86 | + * @param string $connection |
|
87 | + */ |
|
85 | 88 | public function authCert(AuthCertRequest $request, ?string $connection = null): AuthCertResponse |
86 | 89 | { |
87 | 90 | return $this->ismpApiV3->authCert($request, $connection); |