IGPAPI
    Preparing search index...

    Interface RecoveryNonceLoginInput

    interface RecoveryNonceLoginInput {
        nonce: string;
        userIds: string;
    }
    Index

    Properties

    Properties

    nonce: string

    Code from SMS (the same as in the previous step)

    userIds: string

    I only tested with one account, but it should support multiple. I assume it is a simple comma-separated string.

    111111111
    
    111111111,222222222