Device corresponding to a Session
@type t() :: %Ory.Model.SessionDevice{ id: String.t(), ip_address: String.t() | nil, location: String.t() | nil, user_agent: String.t() | nil }