React Native Firebase
    Preparing search index...
    interface TotpMultiFactorInfo {
        displayName?: string;
        enrollmentTime: string;
        factorId: "totp";
        uid: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    displayName?: string

    User friendly name for this factor.

    enrollmentTime: string

    Time the second factor was enrolled, in UTC.

    factorId: "totp"
    uid: string

    Unique id for this factor.