---
title: LASecret
framework: localauthentication
role: symbol
role_heading: Class
path: localauthentication/lasecret
---

# LASecret

Data that’s protected by a persisted right.

## Declaration

```swift
class LASecret
```

## Overview

Overview You create LASecret instances when you store an LAPersistedRight; you can’t create them directly.

## Topics

### Loading secret data

- [loadData(completion:)](localauthentication/lasecret/loaddata(completion:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Persistence

- [LARightStore](localauthentication/larightstore.md)
- [LAPersistedRight](localauthentication/lapersistedright.md)
