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

    Interface UsersEnrollment

    interface UsersEnrollment {
        id?: string;
        status?: Management.UserEnrollmentStatusEnum;
        type?: string;
        name?: string;
        identifier?: string;
        phone_number?: string;
        auth_method?: Management.UserEnrollmentAuthMethodEnum;
        enrolled_at?: string;
        last_auth?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    id?: string

    ID of this enrollment.

    type?: string

    Type of enrollment.

    name?: string

    Name of enrollment (usually phone number).

    identifier?: string

    Device identifier (usually phone identifier) of this enrollment.

    phone_number?: string

    Phone number for this enrollment.

    enrolled_at?: string

    Start date and time of this enrollment.

    last_auth?: string

    Last authentication date and time of this enrollment.