poa_backend v0.1.0 POABackend.Auth.Models.Token View Source

This module encapsulates the Token model. This is used in order to store banned tokens in Database

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %POABackend.Auth.Models.Token{
  __meta__: term(),
  expires: Integer.t(),
  inserted_at: term(),
  token: String.t(),
  updated_at: term()
}

Link to this section Functions