View Source Excalt.Principal (Excalt v0.1.2)

Allows fetching and modifications of the principal.

Link to this section Summary

Link to this section Types

@type t() :: %Excalt.Principal{
  current_user_principal: String.t(),
  resource_type: String.t(),
  url: String.t()
}