# `BaileysEx.Auth.KeyStore.Ref`
[🔗](https://github.com/jeffhuen/baileys_ex/blob/main/lib/baileys_ex/auth/key_store.ex#L36)

Store reference returned by `wrap/1` and passed into the KeyStore operations.

# `t`

```elixir
@type t() :: %BaileysEx.Auth.KeyStore.Ref{pid: pid(), table: :ets.tid()}
```

Opaque auth key store reference.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
