Interface AccountRecoveryCodeVerifyResponse

interface AccountRecoveryCodeVerifyResponse {
    login_nonce: string;
    recovery_handle: string;
    status: string;
    users: AccountRecoveryCodeVerifyResponseUser[];
}

Properties

login_nonce: string
recovery_handle: string
status: string