---
title: isRevoked
framework: fskit
role: symbol
role_heading: Instance Property
path: fskit/fsresource/isrevoked
---

# isRevoked

A Boolean value that indicates whether the resource is revoked.

## Declaration

```swift
var isRevoked: Bool { get }
```

## Discussion

Discussion If this is a proxy resource, the value of this property is always true (Swift) or YES (Objective-C).

## See Also

### Revoking the resource

- [revoke()](fskit/fsresource/revoke().md)
