# `Common.Message.AuthKey`
[🔗](https://github.com/fancydrones/xmavlink/blob/main/lib/common.ex#L2655)

# `t`

```elixir
@type t() :: %Common.Message.AuthKey{key: [char()]}
```

Emit an encrypted signature / key identifying this system. PLEASE NOTE: This protocol has been kept simple, so transmitting the key requires an encrypted channel for true safety.

---

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