> For the complete documentation index, see [llms.txt](https://liquiidio.gitbook.io/unity-plugin-suite/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://liquiidio.gitbook.io/unity-plugin-suite/anchorlink/api-docs/anchorlinksharp/anchorlinksharp-linksessiondatabase.md).

# LinkSessionDataBase

## Summary

| Members                                                                                                                   | Descriptions                          |
| ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------- |
| `public string` [`Identifier`](#class_anchor_link_sharp_1_1_link_session_data_base_1a4df71ed6bf05109e86a43738e8f9898a)    | App identifier that owns the session. |
| `public PermissionLevel` [`Auth`](#class_anchor_link_sharp_1_1_link_session_data_base_1a6ea9a381ec6657b0053fbedd9109b3e3) | Authenticated user permission.        |
| `public string` [`PublicKey`](#class_anchor_link_sharp_1_1_link_session_data_base_1acc6ca52888303fcc5c17b4882570ab2d)     | Public key of authenticated user      |

## Members

**`public string`** [**`Identifier`**](#class_anchor_link_sharp_1_1_link_session_data_base_1a4df71ed6bf05109e86a43738e8f9898a)

App identifier that owns the session.

**`public PermissionLevel`** [**`Auth`**](#class_anchor_link_sharp_1_1_link_session_data_base_1a6ea9a381ec6657b0053fbedd9109b3e3)

Authenticated user permission.

**`public string`** [**`PublicKey`**](#class_anchor_link_sharp_1_1_link_session_data_base_1acc6ca52888303fcc5c17b4882570ab2d)

Public key of authenticated user
