Interface AccountRecoveryNonceLoginInput

interface AccountRecoveryNonceLoginInput {
    nonce: string;
    userIds: string;
}

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