View Source Authorizir.Subject (Authorizir v1.0.1)

Link to this section Summary

Link to this section Types

@type t() :: %Authorizir.Subject{
  __meta__: Ecto.Schema.Metadata.t(),
  description: String.t() | nil,
  ext_id: binary() | nil,
  id: integer() | nil,
  inserted_at: NaiveDateTime.t() | nil,
  updated_at: NaiveDateTime.t() | nil
}

Link to this section Functions

Link to this function

new(ext_id, description)

View Source