YipyipExAuth v0.1.0-alpha.2 YipyipExAuth.Models.Session View Source

A session.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %YipyipExAuth.Models.Session{
  created_at: integer(),
  expires_at: integer() | nil,
  id: String.t(),
  last_known_ip: String.t(),
  refresh_token_id: String.t(),
  refreshed_at: integer(),
  token_signature_transport: atom(),
  user_id: pos_integer()
}