IGPAPI
    Preparing search index...

    Interface RecoveryLookupByPhoneResponse

    interface RecoveryLookupByPhoneResponse {
        corrected_input: string;
        email_sent: boolean;
        lookup_source: string;
        multiple_users_found: boolean;
        recovery_type: string;
        sms_sent: boolean;
        status: string;
    }
    Index

    Properties

    corrected_input: string
    email_sent: boolean
    lookup_source: string
    multiple_users_found: boolean
    recovery_type: string
    sms_sent: boolean
    status: string