# `ExStreamClient.Model.APNConfig`
[🔗](https://github.com/Tango-Tango/ex_stream_client/blob/main/lib/ex_stream_client/model/apn_config.ex#L1)

Schema representing a APNConfig

# `t`

```elixir
@type t() :: %ExStreamClient.Model.APNConfig{
  auth_key: String.t() | nil,
  auth_type: (:token | :certificate) | nil,
  bundle_id: String.t() | nil,
  development: boolean() | nil,
  disabled: boolean() | nil,
  host: String.t() | nil,
  key_id: String.t() | nil,
  notification_template: String.t() | nil,
  p12_cert: String.t() | nil,
  team_id: String.t() | nil
}
```

# `decode`

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

# `nested_components`

---

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