geo-therminator/lib/geo_therminator/pump_api/auth/token.ex
2021-11-07 11:01:39 +02:00

8 lines
169 B
Elixir

defmodule GeoTherminator.PumpAPI.Auth.Token do
import GeoTherminator.TypedStruct
deftypedstruct(%{
token: String.t(),
token_valid_to: DateTime.t()
})
end