Auth0.Entity.DailyStat (Auth0Api v1.4.0) View Source

Documentation for entity of DailyStat.

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Entity.DailyStat{
  created_at: String.t(),
  date: String.t(),
  leaked_passwords: integer(),
  logins: integer(),
  signups: integer(),
  updated_at: String.t()
}

Link to this section Functions

Specs

from(map()) :: t()