---
title: "certificateChainRequest(with:expectedValues:expectedValueInterval:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrclusteroperationalcredentials/certificatechainrequest(with:expectedvalues:expectedvalueinterval:completionhandler:)"
---

# certificateChainRequest(with:expectedValues:expectedValueInterval:completionHandler:)

## Declaration

```swift
func certificateChainRequest(with params: MTROperationalCredentialsClusterCertificateChainRequestParams, expectedValues expectedDataValueDictionaries: [[String : Any]]?, expectedValueInterval expectedValueIntervalMs: NSNumber?, completionHandler: @escaping @Sendable (MTROperationalCredentialsClusterCertificateChainResponseParams?, (any Error)?) -> Void)
```

```swift
func certificateChainRequest(with params: MTROperationalCredentialsClusterCertificateChainRequestParams, expectedValues expectedDataValueDictionaries: [[String : Any]]?, expectedValueInterval expectedValueIntervalMs: NSNumber?) async throws -> MTROperationalCredentialsClusterCertificateChainResponseParams
```
