> ## Documentation Index
> Fetch the complete documentation index at: https://docs.portalhq.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Passkey + Enclave

Allow customers to create a native passkey on their device that is used to authenticate into a secure enclave that holds the encryption key for the user. Customers passkeys are backed up to the native cloud storage for their device.

### Implementation Requirements

1. Initialize passkey storage as a backup option in the Portal Config Object.
2. Add `portalhq.io` as a trusted credential domain in your app.
3. Share your app id with the Portal Team.

Check out our quick start guides for implementing password storage in our sdks:

iOS SDK - [#passkey-+-enclave-backup](../../sdks/ios/guide/back-up-a-wallet)

Android SDK - [#passkey--enclave-backup](../../sdks/android/guide/back-up-a-wallet)

React Native SDK - [#passkey--enclave](../../sdks/react-native/guide/back-up-a-wallet)

Web SDK - [#passkey--enclave-backup](../../sdks/web/guide/back-up-a-wallet)
