---
title: accessGranted
framework: accounts
role: symbol
role_heading: Instance Property
path: accounts/acaccounttype/accessgranted
---

# accessGranted

A Boolean value indicating whether the user granted the application access to accounts of this type.

## Declaration

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

## Discussion

Discussion true if the application has access to accounts of this type; otherwise false.

## See Also

### Accessing Properties

- [accountTypeDescription](accounts/acaccounttype/accounttypedescription.md)
- [identifier](accounts/acaccounttype/identifier.md)
