> ## Documentation Index
> Fetch the complete documentation index at: https://rhinestone-fix-widget-proxy-permit-routes.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Passkey

To make a passkey account the session owner:

```ts theme={null}
const session: Session = {
  owners: {
    type: 'passkey',
    accounts: [sessionOwnerAccount],
  },
}
```
