<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "LocalAuthentication",
  "identifier" : "/documentation/LocalAuthentication/LASecret",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Local Authentication"
    ],
    "preciseIdentifier" : "c:objc(cs)LASecret"
  },
  "title" : "LASecret"
}
-->

# LASecret

Data that’s protected by a persisted right.

```
class LASecret
```

## Overview

You create [`LASecret`](/documentation/LocalAuthentication/LASecret) instances when you store an [`LAPersistedRight`](/documentation/LocalAuthentication/LAPersistedRight); you can’t create them directly.

## Topics

### Loading secret data

[`loadData(completion:)`](/documentation/LocalAuthentication/LASecret/loadData(completion:))

Retrieves data stored in a secret.



---

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)