---
title: label
framework: cryptotokenkit
role: symbol
role_heading: Instance Property
path: cryptotokenkit/tktokenkeychainitem/label
---

# label

The user-visible label for the keychain item.

## Declaration

```swift
var label: String? { get set }
```

## Discussion

Discussion This property is equivalent to the kSecAttrLabel attribute type.

## See Also

### Accessing Keychain Item Attributes

- [objectID](cryptotokenkit/tktokenkeychainitem/objectid.md)
- [constraints](cryptotokenkit/tktokenkeychainitem/constraints.md)
