# `ExFPL.Me`
[🔗](https://github.com/sgerrand/ex_fpl/blob/main/lib/ex_fpl/me.ex#L1)

Decoded `/me/` response — information about the authenticated ExFPL user.

This is an authenticated endpoint; see `ExFPL.Session`.

# `t`

```elixir
@type t() :: %ExFPL.Me{player: map() | nil, watched: [integer()]}
```

---

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