View Source Plausible.Auth.ApiKey (Plausible v0.0.1)

Summary

Types

@type t() :: %Plausible.Auth.ApiKey{
  __meta__: term(),
  hourly_request_limit: term(),
  id: term(),
  inserted_at: term(),
  key: term(),
  key_hash: term(),
  key_prefix: term(),
  name: term(),
  scopes: term(),
  updated_at: term(),
  user: term(),
  user_id: term()
}

Functions