Current section

Files

Jump to
tehama_client_ex lib tehama_client objects auth.ex
Raw

lib/tehama_client/objects/auth.ex

defmodule TehamaClient.Auth do
@moduledoc """
A struct representing the API authentication.
"""
use TypedStruct
typedstruct do
@typedoc "A typed struct"
field(:token, String.t())
end
end