geo-therminator/lib/geo_therminator/pump_api/auth/token.ex

9 lines
169 B
Elixir
Raw Normal View History

2021-11-07 09:01:39 +00:00
defmodule GeoTherminator.PumpAPI.Auth.Token do
import GeoTherminator.TypedStruct
deftypedstruct(%{
token: String.t(),
token_valid_to: DateTime.t()
})
end