<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -",
    "macOS: 14.3.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BrowserEngineKit",
  "identifier" : "/documentation/BrowserEngineKit/ProcessCapability/Grant/isValid",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "BrowserEngineKit"
    ],
    "preciseIdentifier" : "s:16BrowserEngineKit17ProcessCapabilityO5GrantV7isValidSbvp"
  },
  "title" : "isValid"
}
-->

# isValid

A Boolean value that indicates whether the system honors a granted capability for the browser extension process.

```
var isValid: Bool { get }
```

## Discussion

If the system grants this capability to the browser extension process and you haven’t called [`invalidate()`](/documentation/BrowserEngineKit/ProcessCapability/Grant/invalidate()), then this property is `true`; otherwise, it’s false.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)