Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface DailyStats

    This file was auto-generated by Fern from our API Definition.

    interface DailyStats {
        date?: string;
        logins?: number;
        signups?: number;
        leaked_passwords?: number;
        updated_at?: string;
        created_at?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    date?: string

    Date these events occurred in ISO 8601 format.

    logins?: number

    Number of logins on this date.

    signups?: number

    Number of signups on this date.

    leaked_passwords?: number

    Number of breached-password detections on this date (subscription required).

    updated_at?: string

    Date and time this stats entry was last updated in ISO 8601 format.

    created_at?: string

    Approximate date and time the first event occurred in ISO 8601 format.